Spaces:
Sleeping
Sleeping
Commit
·
f790a9f
1
Parent(s):
633a08e
Update Dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
@@ -80,9 +80,10 @@ RUN echo "Downloading checkpoints..." && \
|
|
80 |
# RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
|
81 |
# RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
82 |
|
83 |
-
RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes
|
84 |
-
RUN cd custom_nodes && git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui
|
85 |
-
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && cd ComfyUI-Impact-Pack && python install.py
|
|
|
86 |
|
87 |
# ComfyUI Manager
|
88 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
|
80 |
# RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
|
81 |
# RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
82 |
|
83 |
+
RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes --depth 1
|
84 |
+
RUN cd custom_nodes && git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui --depth 1
|
85 |
+
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack --depth 1 && cd ComfyUI-Impact-Pack && python install.py
|
86 |
+
RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
|
87 |
|
88 |
# ComfyUI Manager
|
89 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|