Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -81,7 +81,7 @@ RUN poetry install
|
|
81 |
|
82 |
# AUTOMATIC1111' WebUI
|
83 |
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /app/stable-diffusion-webui \
|
84 |
-
&& (cd /app/stable-diffusion-webui && git checkout
|
85 |
|
86 |
# Deforum extension
|
87 |
#RUN git clone https://github.com/deforum-art/deforum-for-automatic1111-webui /app/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui \
|
|
|
81 |
|
82 |
# AUTOMATIC1111' WebUI
|
83 |
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /app/stable-diffusion-webui \
|
84 |
+
&& (cd /app/stable-diffusion-webui && git checkout 0cc0ee1bcb4c24a8c9715f66cede06601bfc00c8)
|
85 |
|
86 |
# Deforum extension
|
87 |
#RUN git clone https://github.com/deforum-art/deforum-for-automatic1111-webui /app/stable-diffusion-webui/extensions/deforum-for-automatic1111-webui \
|