Skip to content

Conversation

Jonesckevin
Copy link

Closes issue #725
Closes issue #719
Closes issue #722

@simonmcnair
Copy link
Contributor

I'm trying to give this a bit of a boost.
I have forked a repo at simonmcnair/stable-diffusion-webui-docker

I've cherry picked PR's from others (thank you) and have created one that should have an up to date Auto, added forge, added foocus, updated auto, and done a bit of a tidy up.

Feel free to test it anyone

@penolove
Copy link

I think this is a simple and helpful fix

@crufter
Copy link

crufter commented Jan 28, 2025

Can confirm this fix works for us too

@404FoundingFather
Copy link

Went through the setup to get started (ubuntu 24.04 server/A2000 gpu), and hit this error. Did a google search, found this branch and applied the change locally. I can also confirm that this patch works.

@chowes
Copy link

chowes commented Jun 30, 2025

+1 I'm using a similar fix.

diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile
index d595784..47f75d0 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants