Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +9 -18
Dockerfile
CHANGED
@@ -164,16 +164,12 @@ git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved.git && \
|
|
164 |
git clone https://github.com/adieyal/comfyui-dynamicprompts.git && \
|
165 |
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git && \
|
166 |
git clone https://github.com/rgthree/rgthree-comfy.git && \
|
167 |
-
|
168 |
git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git && \
|
169 |
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git && \
|
170 |
git clone https://github.com/mav-rik/facerestore_cf.git && \
|
171 |
git clone https://github.com/Stability-AI/stability-ComfyUI-nodes.git && \
|
172 |
git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git && \
|
173 |
-
#git clone https://github.com/kijai/ComfyUI-KJNodes.git && \
|
174 |
git clone https://github.com/giriss/comfy-image-saver.git && \
|
175 |
-
#git clone https://github.com/shiimizu/ComfyUI_smZNodes.git && \
|
176 |
-
#git clone https://github.com/YMC-GitHub/ymc-node-suite-comfyui.git && \
|
177 |
git clone https://github.com/Nuked88/ComfyUI-N-Nodes.git && \
|
178 |
git clone https://github.com/jags111/efficiency-nodes-comfyui.git && \
|
179 |
git clone https://github.com/bmad4ever/comfyui_bmad_nodes.git
|
@@ -181,33 +177,28 @@ git clone https://github.com/bmad4ever/comfyui_bmad_nodes.git
|
|
181 |
RUN cd custom_nodes && \
|
182 |
git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus.git && \
|
183 |
git clone ttps://github.com/chrisgoringe/cg-use-everywhere.git && \
|
184 |
-
|
185 |
git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git && \
|
186 |
-
|
187 |
git clone https://github.com/WASasquatch/was-node-suite-comfyui.git && \
|
188 |
git clone https://github.com/theUpsider/ComfyUI-Logic.git && \
|
189 |
-
|
190 |
-
#git clone https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92.git && \
|
191 |
-
|
192 |
git clone https://github.com/WASasquatch/PowerNoiseSuite && \
|
193 |
-
|
194 |
git clone https://github.com/cubiq/ComfyUI_essentials.git && \
|
195 |
git clone https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git && \
|
196 |
-
|
197 |
git clone https://github.com/ltdrdata/ComfyUI-Inspire-Pack.git && \
|
198 |
git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git && \
|
199 |
-
|
200 |
git clone https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb.git && \
|
201 |
-
|
202 |
git clone https://github.com/Gourieff/comfyui-reactor-node.git && \
|
203 |
-
git clone https://github.com/Nourepide/ComfyUI-Allor.git
|
204 |
-
|
205 |
-
git clone https://github.com/
|
206 |
-
|
|
|
|
|
|
|
207 |
|
208 |
|
209 |
# Install custom nodes
|
210 |
-
echo "Installing custom nodes..."
|
211 |
|
212 |
# Controlnet Preprocessor nodes by Fannovel16
|
213 |
# RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
|
|
164 |
git clone https://github.com/adieyal/comfyui-dynamicprompts.git && \
|
165 |
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git && \
|
166 |
git clone https://github.com/rgthree/rgthree-comfy.git && \
|
|
|
167 |
git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git && \
|
168 |
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git && \
|
169 |
git clone https://github.com/mav-rik/facerestore_cf.git && \
|
170 |
git clone https://github.com/Stability-AI/stability-ComfyUI-nodes.git && \
|
171 |
git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git && \
|
|
|
172 |
git clone https://github.com/giriss/comfy-image-saver.git && \
|
|
|
|
|
173 |
git clone https://github.com/Nuked88/ComfyUI-N-Nodes.git && \
|
174 |
git clone https://github.com/jags111/efficiency-nodes-comfyui.git && \
|
175 |
git clone https://github.com/bmad4ever/comfyui_bmad_nodes.git
|
|
|
177 |
RUN cd custom_nodes && \
|
178 |
git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus.git && \
|
179 |
git clone ttps://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 && \
|
183 |
+
git clone https://github.com/evanspearman/ComfyMath.git && \
|
|
|
|
|
184 |
git clone https://github.com/WASasquatch/PowerNoiseSuite && \
|
|
|
185 |
git clone https://github.com/cubiq/ComfyUI_essentials.git && \
|
186 |
git clone https://github.com/mcmonkeyprojects/sd-dynamic-thresholding.git && \
|
|
|
187 |
git clone https://github.com/ltdrdata/ComfyUI-Inspire-Pack.git && \
|
188 |
git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git && \
|
|
|
189 |
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..."
|
202 |
|
203 |
# Controlnet Preprocessor nodes by Fannovel16
|
204 |
# RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|