newturok commited on
Commit
488542b
·
1 Parent(s): d2c7d4d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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