Xenos14 commited on
Commit
5b856fd
1 Parent(s): cd31a8c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 b6af0a3809ea869fb180633f9affcae4b199ffcf)
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 \