soiz1 commited on
Commit
c8dc90c
·
verified ·
1 Parent(s): 4581894

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -68,7 +68,8 @@ RUN echo "Downloading checkpoints..." && \
68
  # wget -c https://huggingface.co/comfyanonymous/GLIGEN_pruned_safetensors/resolve/main/gligen_sd14_textbox_pruned_fp16.safetensors -P ./models/gligen/ && \
69
 
70
  # ComfyUI Manager
71
- cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && cd custom_nodes/ComfyUI-Manager/glob && sed -i '/def is_allowed_security_level/,/return/s/return.*/return True/' manager_server.py && \
 
72
 
73
  # Install custom nodes
74
  echo "Installing custom nodes..."
 
68
  # wget -c https://huggingface.co/comfyanonymous/GLIGEN_pruned_safetensors/resolve/main/gligen_sd14_textbox_pruned_fp16.safetensors -P ./models/gligen/ && \
69
 
70
  # ComfyUI Manager
71
+ cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git /ComfyUI-Manager.git && \
72
+ cd custom_nodes/ComfyUI-Manager/glob && sed -i '/def is_allowed_security_level/,/return/s/return.*/return True/' manager_server.py && \
73
 
74
  # Install custom nodes
75
  echo "Installing custom nodes..."