Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -176,7 +176,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
176 |
|
177 |
RUN cd custom_nodes && \
|
178 |
git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus.git && \
|
179 |
-
git clone
|
180 |
git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git && \
|
181 |
git clone https://github.com/WASasquatch/was-node-suite-comfyui.git && \
|
182 |
git clone https://github.com/theUpsider/ComfyUI-Logic.git && \
|
@@ -193,7 +193,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
193 |
git clone https://github.com/Niutonian/ComfyUi-NoodleWebcam.git && \
|
194 |
|
195 |
# Install custom nodes
|
196 |
-
echo "Installing custom nodes..."
|
197 |
|
198 |
# Controlnet Preprocessor nodes by Fannovel16
|
199 |
# RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
|
|
176 |
|
177 |
RUN cd custom_nodes && \
|
178 |
git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus.git && \
|
179 |
+
git clone https://github.com/chrisgoringe/cg-use-everywhere.git && \
|
180 |
git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git && \
|
181 |
git clone https://github.com/WASasquatch/was-node-suite-comfyui.git && \
|
182 |
git clone https://github.com/theUpsider/ComfyUI-Logic.git && \
|
|
|
193 |
git clone https://github.com/Niutonian/ComfyUi-NoodleWebcam.git && \
|
194 |
|
195 |
# Install custom nodes
|
196 |
+
RUN echo "Installing custom nodes..."
|
197 |
|
198 |
# Controlnet Preprocessor nodes by Fannovel16
|
199 |
# RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|