Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -190,12 +190,10 @@ git clone https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb.git && \
|
|
190 |
git clone https://github.com/Gourieff/comfyui-reactor-node.git && \
|
191 |
git clone https://github.com/Nourepide/ComfyUI-Allor.git
|
192 |
|
193 |
-
RUN cd custom_nodes && git clone https://github.com/chrisgoringe/cg-use-everywhere.git
|
194 |
-
|
195 |
RUN cd custom_nodes && git clone https://github.com/storyicon/comfyui_segment_anything.git
|
196 |
|
197 |
RUN cd custom_nodes && git clone https://github.com/Niutonian/ComfyUi-NoodleWebcam.git
|
198 |
-
|
199 |
|
200 |
# Install custom nodes
|
201 |
#echo "Installing custom nodes..."
|
|
|
190 |
git clone https://github.com/Gourieff/comfyui-reactor-node.git && \
|
191 |
git clone https://github.com/Nourepide/ComfyUI-Allor.git
|
192 |
|
|
|
|
|
193 |
RUN cd custom_nodes && git clone https://github.com/storyicon/comfyui_segment_anything.git
|
194 |
|
195 |
RUN cd custom_nodes && git clone https://github.com/Niutonian/ComfyUi-NoodleWebcam.git
|
196 |
+
#RUN cd custom_nodes && git clone https://github.com/chrisgoringe/cg-use-everywhere.git
|
197 |
|
198 |
# Install custom nodes
|
199 |
#echo "Installing custom nodes..."
|