Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -90,7 +90,8 @@ RUN cd custom_nodes && git clone https://github.com/kohya-ss/ControlNet-LLLite-C
|
|
| 90 |
RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Dream-Interpreter && cd ComfyUI-Dream-Interpreter && pip install -r requirements.txt
|
| 91 |
RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus
|
| 92 |
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && cd ComfyUI-Advanced-ControlNet && pip install -r requirements.txt
|
| 93 |
-
RUN cd custom_nodes && git clone https://github.com/MrForExample/ComfyUI-3D-Pack && cd ComfyUI-3D-Pack && pip install -r requirements.txt && pip install -r requirements_post.txt
|
|
|
|
| 94 |
|
| 95 |
# Checkpoints
|
| 96 |
RUN echo "Downloading checkpoints..."
|
|
|
|
| 90 |
RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Dream-Interpreter && cd ComfyUI-Dream-Interpreter && pip install -r requirements.txt
|
| 91 |
RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus
|
| 92 |
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && cd ComfyUI-Advanced-ControlNet && pip install -r requirements.txt
|
| 93 |
+
#RUN cd custom_nodes && git clone https://github.com/MrForExample/ComfyUI-3D-Pack && cd ComfyUI-3D-Pack && pip install -r requirements.txt && pip install -r requirements_post.txt
|
| 94 |
+
#RUN pip install -U ninja scikit-learn rembg[gpu] open_clip_torch
|
| 95 |
|
| 96 |
# Checkpoints
|
| 97 |
RUN echo "Downloading checkpoints..."
|