Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -138,6 +138,7 @@ RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlne
|
|
| 138 |
RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
| 139 |
RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes
|
| 140 |
# ComfyUI Manager
|
|
|
|
| 141 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
| 142 |
|
| 143 |
RUN echo "Done"
|
|
|
|
| 138 |
RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
| 139 |
RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes
|
| 140 |
# ComfyUI Manager
|
| 141 |
+
RUN cd custom_nodes && git clone https://github.com/SeargeDP/SeargeSDXL.git
|
| 142 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
| 143 |
|
| 144 |
RUN echo "Done"
|