brunvelop commited on
Commit
c6ba391
·
1 Parent(s): ba2b737
Files changed (1) hide show
  1. 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 -O ./custom_nodes/ComfyUI-SVD/svd/checkpoints/svd.safetensors
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/resolve/main/svd.safetensors -O ./custom_nodes/ComfyUI-SVD/svd/checkpoints/svd.safetensors
151
 
152
 
153
  # ComfyUI Manager