Spaces:
Paused
Paused
new
Browse files- Dockerfile +7 -3
Dockerfile
CHANGED
|
@@ -50,9 +50,7 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI . && git checkout ae2acf
|
|
| 50 |
|
| 51 |
RUN echo "Downloading checkpoints..."
|
| 52 |
|
| 53 |
-
|
| 54 |
-
RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt -P ./models/checkpoints/
|
| 55 |
-
RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid -P ./models/checkpoints/
|
| 56 |
|
| 57 |
# SDXL
|
| 58 |
# RUN wget -c https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors -P ./models/checkpoints/
|
|
@@ -143,6 +141,12 @@ RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-Comfy
|
|
| 143 |
RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes
|
| 144 |
|
| 145 |
RUN cd custom_nodes && git clone https://github.com/kijai/ComfyUI-SVD && cd ComfyUI-SVD && pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 146 |
|
| 147 |
# ComfyUI Manager
|
| 148 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
|
|
| 50 |
|
| 51 |
RUN echo "Downloading checkpoints..."
|
| 52 |
|
| 53 |
+
|
|
|
|
|
|
|
| 54 |
|
| 55 |
# SDXL
|
| 56 |
# RUN wget -c https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors -P ./models/checkpoints/
|
|
|
|
| 141 |
RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes
|
| 142 |
|
| 143 |
RUN cd custom_nodes && git clone https://github.com/kijai/ComfyUI-SVD && cd ComfyUI-SVD && pip install -r requirements.txt
|
| 144 |
+
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite cd CComfyUI-VideoHelperSuite && pip install -r requirements.txt
|
| 145 |
+
|
| 146 |
+
# SVD
|
| 147 |
+
# RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt -P ./custom_nodes/ComfyUI-SVD/svd/checkpoints/
|
| 148 |
+
RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid -P ./custom_nodes/ComfyUI-SVD/svd/checkpoints/
|
| 149 |
+
|
| 150 |
|
| 151 |
# ComfyUI Manager
|
| 152 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|