Spaces:
Paused
Paused
fix
Browse files- 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/
|
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 |
|