Spaces:
Running
Running
fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -147,7 +147,7 @@ RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-VideoHel
|
|
147 |
|
148 |
# SVD
|
149 |
# RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt -P ./custom_nodes/ComfyUI-SVD/svd/checkpoints/
|
150 |
-
RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid -
|
151 |
|
152 |
|
153 |
# ComfyUI Manager
|
|
|
147 |
|
148 |
# SVD
|
149 |
# RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt -P ./custom_nodes/ComfyUI-SVD/svd/checkpoints/
|
150 |
+
RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid -O ./custom_nodes/ComfyUI-SVD/svd/checkpoints/svd.safetensors
|
151 |
|
152 |
|
153 |
# ComfyUI Manager
|