Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -99,10 +99,6 @@ RUN echo "Downloading checkpoints..." && \
|
|
99 |
|
100 |
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
|
101 |
|
102 |
-
RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v14.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/ && \
|
103 |
-
RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/ && \
|
104 |
-
RUN wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/ && \
|
105 |
-
|
106 |
RUN echo "Done"
|
107 |
|
108 |
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 echo "Done"
|
103 |
|
104 |
CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
|