stable-diffusion-webui-docker
stable-diffusion-webui-docker copied to clipboard
stable-diffusion-webui in docker
`docker run -it --name sdw --network host -v $(pwd)/models:/app/stable-diffusion-webui/models -v $(pwd)/outputs:/app/stable-diffusion-webui/outputs --rm siutin/stable-diffusion-webui-docker:latest-cpu bash webui.sh --skip-torch-cuda-test --use-cpu all --share ################################################################ Install script for stable-diffusion + Web UI Tested on Debian...
Unless I've made mistake somewhere, it appears the CPU version is attempting to load a GPU (float32) model. I was however able to solve the problem and get this container...
nothing happens when i try to run from pre built cpu latest 2023-07-25T08:12:46.168206389Z 2023-07-25T08:12:46.168235469Z ################################################################ 2023-07-25T08:12:46.168239349Z Install script for stable-diffusion + Web UI 2023-07-25T08:12:46.168242189Z Tested on Debian 11 (Bullseye) 2023-07-25T08:12:46.168244749Z...
When installing sd-webui-text2video with the CUDA image I get the following error: ```shell ... File "/app/stable-diffusion-webui/venv/lib/python3.11/site-packages/huggingface_hub/utils/tqdm.py", line 89, in ‹module> from tqdm.auto import tqdm as old tqdm ModuleNotFoundError: No module...
Tried using this with docker compose on a rpi with bound volumes via nfs. It never starts up or fails, just sits there eternally preparing, ready, starting. The container doesn't...
Info on API and remote access
this method worked well until 2024-10-22, but it suddenly stopped working after that. image : siutin/stable-diffusion-webui-docker:latest-cuda command : --listen --enable-insecure-extension-access Until then, I was using it well, but suddenly when...