Spaces:
Runtime error
Runtime error
Upload Dockerfile
Browse files- Dockerfile +6 -3
Dockerfile
CHANGED
|
@@ -52,7 +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 huggingface_hub["cli"] && \
|
| 57 |
#huggingface-cli delete-cache
|
| 58 |
|
|
@@ -191,8 +193,9 @@ RUN echo "Downloading checkpoints..." && \
|
|
| 191 |
git clone https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb.git && \
|
| 192 |
git clone https://github.com/Gourieff/comfyui-reactor-node.git && \
|
| 193 |
git clone https://github.com/Nourepide/ComfyUI-Allor.git && \
|
| 194 |
-
git clone https://github.com/storyicon/comfyui_segment_anything.git
|
| 195 |
-
|
|
|
|
| 196 |
# Install custom nodes
|
| 197 |
RUN echo "Installing custom nodes..."
|
| 198 |
|
|
|
|
| 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 |
|