We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ad173 commit 1211e9cCopy full SHA for 1211e9c
services/AUTOMATIC1111/Dockerfile
@@ -70,7 +70,9 @@ EOF
70
RUN pip install opencv-python-headless \
71
git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
72
git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 \
73
- pyngrok
+ pyngrok \
74
+ gradio==3.4.1
75
+# gradio because #173 & https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/2858
76
77
COPY --from=xformers /wheel.whl xformers-0.0.14.dev0-cp310-cp310-linux_x86_64.whl
78
RUN pip install xformers-0.0.14.dev0-cp310-cp310-linux_x86_64.whl
0 commit comments