TechnoByte commited on
Commit
589dca4
·
1 Parent(s): e43bdfe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -82,6 +82,9 @@ RUN echo "Downloading checkpoints..." && \
82
 
83
  # Install custom nodes
84
  echo "Installing custom nodes..."
 
 
 
85
 
86
  # Controlnet Preprocessor nodes by Fannovel16
87
  # RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
@@ -94,9 +97,6 @@ RUN echo "Downloading checkpoints..." && \
94
  RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
95
  # RUN cd custom_nodes && git clone https://github.com/rgthree/rgthree-comfy --depth 1
96
 
97
- # ComfyUI Manager
98
- RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
99
-
100
  RUN echo "Done"
101
 
102
  CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
 
82
 
83
  # Install custom nodes
84
  echo "Installing custom nodes..."
85
+
86
+ # ComfyUI Manager
87
+ RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
88
 
89
  # Controlnet Preprocessor nodes by Fannovel16
90
  # RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
 
97
  RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
98
  # RUN cd custom_nodes && git clone https://github.com/rgthree/rgthree-comfy --depth 1
99
 
 
 
 
100
  RUN echo "Done"
101
 
102
  CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]