Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -164,6 +164,10 @@ RUN echo "Downloading checkpoints..." && \
|
|
| 164 |
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git && \
|
| 165 |
git clone https://github.com/rgthree/rgthree-comfy.git && \
|
| 166 |
#!git clone https://github.com/Nuked88/ComfyUI-N-Nodes.git && \
|
|
|
|
|
|
|
|
|
|
|
|
|
| 167 |
|
| 168 |
# Install custom nodes
|
| 169 |
echo "Installing custom nodes..."
|
|
|
|
| 164 |
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git && \
|
| 165 |
git clone https://github.com/rgthree/rgthree-comfy.git && \
|
| 166 |
#!git clone https://github.com/Nuked88/ComfyUI-N-Nodes.git && \
|
| 167 |
+
git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes && \
|
| 168 |
+
git clone https://github.com/WASasquatch/was-node-suite-comfyui && \
|
| 169 |
+
git clone https://github.com/WASasquatch/PowerNoiseSuite && \
|
| 170 |
+
|
| 171 |
|
| 172 |
# Install custom nodes
|
| 173 |
echo "Installing custom nodes..."
|