Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,7 +33,7 @@ RUN pip install torch==2.5.0+cu124 torchvision==0.20.0+cu124 torchaudio==2.5.0+c
|
|
33 |
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite /content/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite && \
|
34 |
git clone https://github.com/kijai/ComfyUI-KJNodes /content/ComfyUI/custom_nodes/ComfyUI-KJNodes && \
|
35 |
git clone https://github.com/ltdrdata/ComfyUI-Manager /content/ComfyUI/custom_nodes/ComfyUI-Manager && \
|
36 |
-
git clone https://github.com/ciri/comfyui-model-downloader /content/ComfyUI/custom_nodes/comfyui-model-downloader
|
37 |
# aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/genmo/mochi-1-preview/resolve/main/dit.safetensors -d /content/ComfyUI/models/diffusion_models/mochi -o dit.safetensors && \
|
38 |
# aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/genmo/mochi-1-preview/resolve/main/vae.safetensors -d /content/ComfyUI/models/vae/mochi -o vae.safetensors && \
|
39 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/Kijai/Mochi_preview_comfy/resolve/main/mochi_preview_dit_bf16.safetensors -d /content/ComfyUI/models/diffusion_models/mochi -o mochi_preview_dit_bf16.safetensors && \
|
|
|
33 |
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite /content/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite && \
|
34 |
git clone https://github.com/kijai/ComfyUI-KJNodes /content/ComfyUI/custom_nodes/ComfyUI-KJNodes && \
|
35 |
git clone https://github.com/ltdrdata/ComfyUI-Manager /content/ComfyUI/custom_nodes/ComfyUI-Manager && \
|
36 |
+
git clone https://github.com/ciri/comfyui-model-downloader /content/ComfyUI/custom_nodes/comfyui-model-downloader && \
|
37 |
# aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/genmo/mochi-1-preview/resolve/main/dit.safetensors -d /content/ComfyUI/models/diffusion_models/mochi -o dit.safetensors && \
|
38 |
# aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/genmo/mochi-1-preview/resolve/main/vae.safetensors -d /content/ComfyUI/models/vae/mochi -o vae.safetensors && \
|
39 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/Kijai/Mochi_preview_comfy/resolve/main/mochi_preview_dit_bf16.safetensors -d /content/ComfyUI/models/diffusion_models/mochi -o mochi_preview_dit_bf16.safetensors && \
|