Spaces:
Running
Running
new
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -140,6 +140,8 @@ RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlne
|
|
140 |
RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
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 |
|
|
|
140 |
RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
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/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 CComfyUI-VideoHelperSuite && pip install -r requirements.txt
|
147 |
|