TechnoByte commited on
Commit
91c1b3a
·
1 Parent(s): d7041d5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -89,6 +89,7 @@ RUN echo "Downloading checkpoints..." && \
89
  RUN cd custom_nodes && git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui --depth 1
90
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack --depth 1 && cd ComfyUI-Impact-Pack && python install.py
91
  RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
 
92
 
93
  # ComfyUI Manager
94
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
 
89
  RUN cd custom_nodes && git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui --depth 1
90
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack --depth 1 && cd ComfyUI-Impact-Pack && python install.py
91
  RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
92
+ RUN cd custom_nodes && git clone https://github.com/rgthree/rgthree-comfy --depth 1
93
 
94
  # ComfyUI Manager
95
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git