Asad Memon
Asad Memon
"Babel 7.8.0 supports the new ECMAScript 2020 features by default: you don't need to enable individual plugins for nullish coalescing (`??`), optional chaining (`?`.) and dynamic `import()` anymore with preset-env."...
Closes #59
To avoid permission issues and version mismatches between projects, pip should install using `--user` and maybe inside `.zero/pip_modules` folder. This would also likely require appending `PATH` to these modules as...
When the python page redirects it falls back to using `http` even when the server is behind cloudflare proxy. This issue might be relevant: https://stackoverflow.com/questions/23347387/x-forwarded-proto-and-flask
I have tests set up for most of basic scenarios. It would be great if someone could set up headless chrome (puppeteer maybe) and test HMR, Parcel generated builds, file...
What would be the right way to control a LoRA patched model using ControlNet? Also, I wonder if we also need to patch controlnet model using [something like this](https://github.com/lllyasviel/ControlNet/blob/main/tool_transfer_control.py) ([Discussion](https://github.com/lllyasviel/ControlNet/discussions/12)).
Hello, I imagine I can't just monkeypatch the pww pipeline with loras. Can you point me to what exactly needs to be adjusted in this repo to make them compatible...