stable-diffusion-webui-docker
stable-diffusion-webui-docker copied to clipboard
Easy Docker setup for Stable Diffusion with user-friendly UI
A group of small improvements that I found: - ComfyUI bump version to current master - Reduce weird repetitive steps in ComfyUI dockerfile (curious what the reason for checking out...
https://github.com/invoke-ai/InvokeAI/releases/tag/v3.0.0
Closes issue #683
Removes `version:` syntax in `docker-compose` file. If left in, it throws an obsolete warning. I removed it from the docker-compose file to reduce unnecessary warnings and to keep the code...
If you want a more up to date version of A1111 here are the steps: docker exec -it webui-docker-auto-1 /bin/bash git pull pip install -r requirements.txt #if needed cd repositories...
**Has this issue been opened before?** - [X] It is not in the [FAQ](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/FAQ), I checked. - [X] It is not in the [issues](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues?q=), I searched. **Describe the bug** I...
Closes issue #63 Added a new docker profile for AUTOMATIC1111 / AMD Rocm support. `docker compose --profile auto-rocm up` Tried on my 7900 XTX, works okay. Xformers has an experimental...
**Has this issue been opened before?** - [x] It is not in the [FAQ](https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/FAQ), I checked. - [x] It is not in the [issues](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues?q=), I searched. **Describe the bug** With...
same issue as this: https://github.com/cypress-io/cypress-docker-images/pull/1140 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1) 0.0s Closes issue # ### Update versions - auto: https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/ - invoke:...
When running `docker compose --profile auto up --build` I get this error: ```` 053 + git config --global http.postBuffer 52428800 1.059 + git config --global --unset http.postBuffer 1.059 + git...