Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +37 -39
Dockerfile
CHANGED
@@ -153,49 +153,47 @@ RUN echo "Downloading checkpoints..." && \
|
|
153 |
|
154 |
# ComfyUI Manager
|
155 |
RUN cd custom_nodes && \
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
|
177 |
RUN cd custom_nodes && \
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
RUN cd custom_nodes && git clone https://github.com/Niutonian/ComfyUi-NoodleWebcam.git
|
195 |
-
RUN cd custom_nodes && git clone https://github.com/chrisgoringe/cg-use-everywhere.git
|
196 |
|
197 |
# Install custom nodes
|
198 |
-
|
199 |
|
200 |
# Controlnet Preprocessor nodes by Fannovel16
|
201 |
# RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
|
|
153 |
|
154 |
# ComfyUI Manager
|
155 |
RUN cd custom_nodes && \
|
156 |
+
git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
|
157 |
+
git clone https://github.com/civitai/civitai_comfy_nodes.git && \
|
158 |
+
#Historia de vida, video2video, Dj, texto2video
|
159 |
+
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git && \
|
160 |
+
git clone https://github.com/Fannovel16/comfyui_controlnet_aux.git && \
|
161 |
+
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes.git && \
|
162 |
+
git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git && \
|
163 |
+
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 |
+
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
|
176 |
|
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 |
+
git clone https://github.com/storyicon/comfyui_segment_anything.git && \
|
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
|