wrdias commited on
Commit
be677b8
·
1 Parent(s): 52d1529

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +26 -26
Dockerfile CHANGED
@@ -139,37 +139,37 @@ RUN echo "Downloading checkpoints..." && \
139
  # ComfyUI Manager
140
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
141
 
142
- pip install insightface && \
143
- git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
144
- git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && \
145
- git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && \
146
- pip install basicsr && \
147
- git clone https://github.com/Gourieff/comfyui-reactor-node && \
148
- git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
149
- git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
150
- git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git && \
151
- git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git && \
152
- pip install lpips && \
153
- git clone https://github.com/mav-rik/facerestore_cf.git && \
154
- git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus.git && \
155
- git clone https://github.com/SLAPaper/ComfyUI-Image-Selector.git && \
156
- git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git && \
157
- git clone https://github.com/jags111/efficiency-nodes-comfyui.git && \
158
- git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git && \
159
- git clone https://github.com/Fannovel16/comfyui_controlnet_aux && \
160
 
161
  # Install custom nodes
162
  echo "Installing custom nodes..."
163
 
164
  # Controlnet Preprocessor nodes by Fannovel16
165
- RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
166
- RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
167
 
168
- RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes --depth 1
169
- RUN cd custom_nodes && git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes --depth 1
170
- RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
171
 
172
- RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git --depth 1 && cd was-node-suite-comfyui && pip install -r requirements.txt
173
 
174
  # RUN cd custom_nodes && git clone https://github.com/0xbitches/ComfyUI-LCM.git --depth 1
175
  # RUN cd custom_nodes && echo "#Plz don't delete this file, just edit it when neccessary." > ComfyUI-LCM/config.yaml
@@ -177,12 +177,12 @@ RUN echo "Downloading checkpoints..." && \
177
  # RUN cd custom_nodes && echo 'ops_backend: "taichi" #Either "taichi" or "cupy"' >> ComfyUI-LCM/config.yaml
178
  # RUN cd custom_nodes && cd ComfyUI-LCM/ && pip install -r requirements.txt
179
 
180
- RUN cd custom_nodes && git clone https://github.com/WASasquatch/PowerNoiseSuite.git
181
  # RUN cd custom_nodes && git clone https://github.com/YMC-GitHub/ymc-node-suite-comfyui.git && cd ymc-node-suite-comfyui && pip install -r requirements.txt
182
 
183
  # RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git --depth 1 && cd ComfyUI-Frame-Interpolation && python install.py
184
 
185
- RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
186
 
187
  #RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/
188
  #RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/
 
139
  # ComfyUI Manager
140
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
141
 
142
+ # pip install insightface && \
143
+ # git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
144
+ # git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && \
145
+ # git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && \
146
+ # pip install basicsr && \
147
+ # git clone https://github.com/Gourieff/comfyui-reactor-node && \
148
+ # git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
149
+ # git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
150
+ # git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git && \
151
+ # git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git && \
152
+ # pip install lpips && \
153
+ # git clone https://github.com/mav-rik/facerestore_cf.git && \
154
+ # git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus.git && \
155
+ # git clone https://github.com/SLAPaper/ComfyUI-Image-Selector.git && \
156
+ # git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git && \
157
+ # git clone https://github.com/jags111/efficiency-nodes-comfyui.git && \
158
+ # git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git && \
159
+ # git clone https://github.com/Fannovel16/comfyui_controlnet_aux && \
160
 
161
  # Install custom nodes
162
  echo "Installing custom nodes..."
163
 
164
  # Controlnet Preprocessor nodes by Fannovel16
165
+ # RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
166
+ # RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
167
 
168
+ # RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes --depth 1
169
+ # RUN cd custom_nodes && git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes --depth 1
170
+ # RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
171
 
172
+ # RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git --depth 1 && cd was-node-suite-comfyui && pip install -r requirements.txt
173
 
174
  # RUN cd custom_nodes && git clone https://github.com/0xbitches/ComfyUI-LCM.git --depth 1
175
  # RUN cd custom_nodes && echo "#Plz don't delete this file, just edit it when neccessary." > ComfyUI-LCM/config.yaml
 
177
  # RUN cd custom_nodes && echo 'ops_backend: "taichi" #Either "taichi" or "cupy"' >> ComfyUI-LCM/config.yaml
178
  # RUN cd custom_nodes && cd ComfyUI-LCM/ && pip install -r requirements.txt
179
 
180
+ # RUN cd custom_nodes && git clone https://github.com/WASasquatch/PowerNoiseSuite.git
181
  # RUN cd custom_nodes && git clone https://github.com/YMC-GitHub/ymc-node-suite-comfyui.git && cd ymc-node-suite-comfyui && pip install -r requirements.txt
182
 
183
  # RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git --depth 1 && cd ComfyUI-Frame-Interpolation && python install.py
184
 
185
+ # RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
186
 
187
  #RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/
188
  #RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/