From f93f6e3baf41221c6f5da8d0eff7dd7db84d228f Mon Sep 17 00:00:00 2001 From: BioBit Date: Tue, 30 Dec 2025 22:27:24 +0100 Subject: [PATCH 1/2] Update Dockerfile update stable_diffusion_repo url --- services/AUTOMATIC1111/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index d59578442..debdd4e0a 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -4,7 +4,7 @@ COPY clone.sh /clone.sh RUN . /clone.sh stable-diffusion-webui-assets https://github.com/AUTOMATIC1111/stable-diffusion-webui-assets.git 6f7db241d2f8ba7457bac5ca9753331f0c266917 -RUN . /clone.sh stable-diffusion-stability-ai https://github.com/Stability-AI/stablediffusion.git cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf \ +RUN . /clone.sh stable-diffusion-stability-ai https://github.com/w-e-w/stablediffusion.git cf1d67a6fd5ea1aa600c4df58e5b47da45f6bdbf \ && rm -rf assets data/**/*.png data/**/*.jpg data/**/*.gif RUN . /clone.sh BLIP https://github.com/salesforce/BLIP.git 48211a1594f1321b00f14c9f7a5b4813144b2fb9 From 79a6043ea229bbc8d13acd090c62ad7f82be2e87 Mon Sep 17 00:00:00 2001 From: BioBit Date: Wed, 31 Dec 2025 10:04:12 +0100 Subject: [PATCH 2/2] Update Dockerfile Build Fix /opt/docker/stable-diffusion-webui-docker/services/AUTOMATIC1111/Dockerfile --- services/AUTOMATIC1111/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index debdd4e0a..d8e2890d4 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -31,7 +31,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \ cd stable-diffusion-webui && \ git reset --hard v1.9.4 && \ - pip install -r requirements_versions.txt + pip install -r requirements_versions.txt && \ + pip install --upgrade typing-extensions ENV ROOT=/stable-diffusion-webui