Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -3,6 +3,7 @@ FROM runpod/stable-diffusion:comfy-ui-3.0.1
|
|
3 |
# CUSTOM NODES PREINSTALL
|
4 |
RUN mkdir -p /workspace/ComfyUI/custom_nodes
|
5 |
RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git /workspace/ComfyUI/custom_nodes/ComfyUI-Manager
|
|
|
6 |
RUN git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui.git /workspace/ComfyUI/custom_nodes/efficiency-nodes-comfyui
|
7 |
|
8 |
# CONTROLNET
|
|
|
3 |
# CUSTOM NODES PREINSTALL
|
4 |
RUN mkdir -p /workspace/ComfyUI/custom_nodes
|
5 |
RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git /workspace/ComfyUI/custom_nodes/ComfyUI-Manager
|
6 |
+
RUN git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git /workspace/ComfyUI/custom_nodes/ComfyUI-Custom-Scripts
|
7 |
RUN git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui.git /workspace/ComfyUI/custom_nodes/efficiency-nodes-comfyui
|
8 |
|
9 |
# CONTROLNET
|