wrdias commited on
Commit
faf4436
1 Parent(s): 6071210

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -99,6 +99,11 @@ RUN echo "Downloading checkpoints..." && \
99
 
100
  RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
101
 
 
 
 
 
 
102
  RUN echo "Done"
103
 
104
  CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
 
99
 
100
  RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
101
 
102
+ #RUN cd custom_nodes && \
103
+ #wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/ && \
104
+ #wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/ && \
105
+ RUN cd custom_nodes && \wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/
106
+
107
  RUN echo "Done"
108
 
109
  CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]