wrdias commited on
Commit
cc928cc
·
1 Parent(s): ee8b211

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -139,7 +139,7 @@ RUN echo "Downloading checkpoints..." && \
139
  # ComfyUI Manager
140
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
141
 
142
-
143
  git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
144
  git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && \
145
  git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && \
 
139
  # ComfyUI Manager
140
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
141
 
142
+ pip install insightface && \
143
  git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
144
  git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && \
145
  git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && \