wrdias commited on
Commit
2f72b99
·
1 Parent(s): e61feef

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +18 -18
Dockerfile CHANGED
@@ -140,24 +140,24 @@ RUN echo "Downloading checkpoints..." && \
140
  # ComfyUI Manager
141
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
142
 
143
- !git clone https://github.com/theUpsider/ComfyUI-Logic.git
144
- !git clone https://github.com/Fannovel16/comfyui_controlnet_aux.git
145
- !git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git
146
- !git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes.git
147
- !git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git
148
- !git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved.git
149
- !git clone https://github.com/WASasquatch/was-node-suite-comfyui.git
150
- !git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git
151
- !git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git
152
- !git clone https://github.com/mav-rik/facerestore_cf.git
153
- !git clone https://github.com/Stability-AI/stability-ComfyUI-nodes.git
154
- !git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git
155
- !git clone https://github.com/kijai/ComfyUI-KJNodes.git
156
- !git clone https://github.com/giriss/comfy-image-saver.git
157
- !git clone https://github.com/shiimizu/ComfyUI_smZNodes.git
158
- !git clone https://github.com/YMC-GitHub/ymc-node-suite-comfyui.git
159
- !git clone https://github.com/adieyal/comfyui-dynamicprompts.git
160
- !git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git
161
 
162
  # Install custom nodes
163
  echo "Installing custom nodes..."
 
140
  # ComfyUI Manager
141
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
142
 
143
+ git clone https://github.com/theUpsider/ComfyUI-Logic.git && \
144
+ git clone https://github.com/Fannovel16/comfyui_controlnet_aux.git && \
145
+ git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git && \
146
+ git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes.git && \
147
+ git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git && \
148
+ git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved.git && \
149
+ git clone https://github.com/WASasquatch/was-node-suite-comfyui. && \
150
+ git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git && \
151
+ git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git && \
152
+ git clone https://github.com/mav-rik/facerestore_cf.git && \
153
+ git clone https://github.com/Stability-AI/stability-ComfyUI-nodes.git && \
154
+ git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git && \
155
+ git clone https://github.com/kijai/ComfyUI-KJNodes.git && \
156
+ git clone https://github.com/giriss/comfy-image-saver.git && \
157
+ git clone https://github.com/shiimizu/ComfyUI_smZNodes.git && \
158
+ git clone https://github.com/YMC-GitHub/ymc-node-suite-comfyui.git && \
159
+ git clone https://github.com/adieyal/comfyui-dynamicprompts.git && \
160
+ git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git && \
161
 
162
  # Install custom nodes
163
  echo "Installing custom nodes..."