radames commited on
Commit
84683e2
1 Parent(s): cc7c649

add stability-ComfyUI-node

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -124,6 +124,7 @@ RUN echo "Downloading checkpoints..." && \
124
 
125
  # Controlnet Preprocessor nodes by Fannovel16
126
  cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt && cd ../../ && \
 
127
  # GLIGEN
128
  wget -c https://huggingface.co/comfyanonymous/GLIGEN_pruned_safetensors/resolve/main/gligen_sd14_textbox_pruned_fp16.safetensors -P ./models/gligen/ && \
129
  # ESRGAN upscale model
 
124
 
125
  # Controlnet Preprocessor nodes by Fannovel16
126
  cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt && cd ../../ && \
127
+ cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt && cd ../../ && \
128
  # GLIGEN
129
  wget -c https://huggingface.co/comfyanonymous/GLIGEN_pruned_safetensors/resolve/main/gligen_sd14_textbox_pruned_fp16.safetensors -P ./models/gligen/ && \
130
  # ESRGAN upscale model