Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -139,7 +139,8 @@ RUN echo "Downloading checkpoints..." && \
|
|
139 |
|
140 |
# ComfyUI Manager
|
141 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
|
142 |
-
|
|
|
143 |
git clone https://github.com/theUpsider/ComfyUI-Logic.git && \
|
144 |
git clone https://github.com/Fannovel16/comfyui_controlnet_aux.git && \
|
145 |
git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git && \
|
|
|
139 |
|
140 |
# ComfyUI Manager
|
141 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
|
142 |
+
|
143 |
+
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
|
144 |
git clone https://github.com/theUpsider/ComfyUI-Logic.git && \
|
145 |
git clone https://github.com/Fannovel16/comfyui_controlnet_aux.git && \
|
146 |
git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git && \
|