Commit
·
221063f
1
Parent(s):
91c1b3a
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -89,10 +89,10 @@ 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 |
-
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
|
96 |
|
97 |
RUN echo "Done"
|
98 |
|
|
|
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
|
96 |
|
97 |
RUN echo "Done"
|
98 |
|