Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +5 -1
Dockerfile
CHANGED
@@ -56,6 +56,8 @@ RUN pyenv install $PYTHON_VERSION && \
|
|
56 |
pip install insightface && \
|
57 |
pip install deepdiff && \
|
58 |
pip install addict && \
|
|
|
|
|
59 |
pip install timm
|
60 |
#pip install huggingface_hub["cli"] && \
|
61 |
#huggingface-cli delete-cache
|
@@ -197,7 +199,9 @@ RUN echo "Downloading checkpoints..." && \
|
|
197 |
git clone https://github.com/Nourepide/ComfyUI-Allor.git && \
|
198 |
git clone https://github.com/storyicon/comfyui_segment_anything.git && \
|
199 |
git clone https://github.com/crystian/ComfyUI-Crystools && \
|
200 |
-
git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes
|
|
|
|
|
201 |
# Install custom nodes
|
202 |
RUN echo "Installing custom nodes..."
|
203 |
|
|
|
56 |
pip install insightface && \
|
57 |
pip install deepdiff && \
|
58 |
pip install addict && \
|
59 |
+
pip install pynvml && \
|
60 |
+
pip install yapf && \
|
61 |
pip install timm
|
62 |
#pip install huggingface_hub["cli"] && \
|
63 |
#huggingface-cli delete-cache
|
|
|
199 |
git clone https://github.com/Nourepide/ComfyUI-Allor.git && \
|
200 |
git clone https://github.com/storyicon/comfyui_segment_anything.git && \
|
201 |
git clone https://github.com/crystian/ComfyUI-Crystools && \
|
202 |
+
git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes && \
|
203 |
+
git clone https://github.com/melMass/comfy_mtb.git
|
204 |
+
|
205 |
# Install custom nodes
|
206 |
RUN echo "Installing custom nodes..."
|
207 |
|