radames commited on
Commit
aec4acd
·
1 Parent(s): 6624921
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -133,7 +133,7 @@ RUN echo "Downloading checkpoints..." && \
133
  # instal custom nodes
134
  RUN echo "Installing custom nodes..." && \
135
  # Controlnet Preprocessor nodes by Fannovel16
136
- cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt && cd ../../ && \
137
  cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt && cd ../../ && \
138
  echo "Done"
139
 
 
133
  # instal custom nodes
134
  RUN echo "Installing custom nodes..." && \
135
  # Controlnet Preprocessor nodes by Fannovel16
136
+ cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts && cd ../../ && \
137
  cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt && cd ../../ && \
138
  echo "Done"
139