Spaces:
Paused
Paused
fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -143,7 +143,7 @@ RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-proces
|
|
| 143 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui && cd was-node-suite-comfyui && pip install -r requirements.txt
|
| 144 |
|
| 145 |
RUN cd custom_nodes && git clone https://github.com/kijai/ComfyUI-SVD && cd ComfyUI-SVD && pip install -r requirements.txt
|
| 146 |
-
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite cd
|
| 147 |
|
| 148 |
# SVD
|
| 149 |
# RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt -P ./custom_nodes/ComfyUI-SVD/svd/checkpoints/
|
|
|
|
| 143 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui && cd was-node-suite-comfyui && pip install -r requirements.txt
|
| 144 |
|
| 145 |
RUN cd custom_nodes && git clone https://github.com/kijai/ComfyUI-SVD && cd ComfyUI-SVD && pip install -r requirements.txt
|
| 146 |
+
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && cd ComfyUI-VideoHelperSuite && pip install -r requirements.txt
|
| 147 |
|
| 148 |
# SVD
|
| 149 |
# RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt -P ./custom_nodes/ComfyUI-SVD/svd/checkpoints/
|