zac commited on
Commit
0eef3b7
1 Parent(s): ea99a14

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -137,7 +137,7 @@ RUN echo "Done"
137
 
138
  # instal custom nodes
139
  RUN echo "Installing custom nodes..."
140
- https://github.com/ltdrdata/ComfyUI-Manager.git
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