stable-diffusion-webui-controlnet-docker
stable-diffusion-webui-controlnet-docker copied to clipboard
🧑🎨 Stable Diffusion WebUI + ControlNet extension running in Docker. Built Docker image to be run as a Space at Hugging Face.
Hi The image crashes when starting the ui on a torchmetrics error ``` --------------- Launching Web UI with arguments: --listen --ui-config-file ui-config.json --ui-settings-file config.json --disable-console-progressbars --cors-allow-origins huggingface.co,hf.space --no-progressbar-hiding --enable-console-prompts --no-download-sd-model...
Hi! Thank you for putting this very helpful repo together! Would you consider adding an MIT or other permissive open source license? Thanks! Jack
hi, i am trying: ``` git clone https://github.com/kalaspuff/stable-diffusion-webui-docker cd stable-diffusion-webui-docker docker build . --rm -t kalaspuff/sdw ``` but failed here: ``` => ERROR [ 4/23] RUN curl -sSL https://install.python-poetry.org |...