wrdias commited on
Commit
01b2411
·
verified ·
1 Parent(s): ab5d5b7

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -5
Dockerfile CHANGED
@@ -52,9 +52,9 @@ RUN pyenv install $PYTHON_VERSION && \
52
  pip install simpleeval && \
53
  pip install gray2color && \
54
  pip install segment-anything && \
55
- pip install typing-aliases
56
- pip install insightface
57
- pip install timm
58
  #pip install huggingface_hub["cli"] && \
59
  #huggingface-cli delete-cache
60
 
@@ -193,8 +193,9 @@ RUN echo "Downloading checkpoints..." && \
193
  git clone https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb.git && \
194
  git clone https://github.com/Gourieff/comfyui-reactor-node.git && \
195
  git clone https://github.com/Nourepide/ComfyUI-Allor.git && \
196
- git clone https://github.com/storyicon/comfyui_segment_anything.git
197
-
 
198
  # Install custom nodes
199
  RUN echo "Installing custom nodes..."
200
 
 
52
  pip install simpleeval && \
53
  pip install gray2color && \
54
  pip install segment-anything && \
55
+ pip install typing-aliases && \
56
+ pip install insightface && \
57
+ pip install timm && \
58
  #pip install huggingface_hub["cli"] && \
59
  #huggingface-cli delete-cache
60
 
 
193
  git clone https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb.git && \
194
  git clone https://github.com/Gourieff/comfyui-reactor-node.git && \
195
  git clone https://github.com/Nourepide/ComfyUI-Allor.git && \
196
+ git clone https://github.com/storyicon/comfyui_segment_anything.git && \
197
+ git clone https://github.com/crystian/ComfyUI-Crystools && \
198
+ git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes
199
  # Install custom nodes
200
  RUN echo "Installing custom nodes..."
201