Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -137,7 +137,7 @@ RUN echo "Done"
|
|
137 |
|
138 |
# instal custom nodes
|
139 |
RUN echo "Installing custom nodes..."
|
140 |
-
|
141 |
|
142 |
# Controlnet Preprocessor nodes by Fannovel16
|
143 |
RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
|
|
137 |
|
138 |
# instal custom nodes
|
139 |
RUN echo "Installing custom nodes..."
|
140 |
+
|
141 |
|
142 |
# Controlnet Preprocessor nodes by Fannovel16
|
143 |
RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|