Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -92,7 +92,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
92 |
# RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
93 |
# RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
|
94 |
# RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
95 |
-
RUN echo "Using HF_TOKEN: $HF_TOKEN" && wget --header="Authorization: Bearer $HF_TOKEN" -cq "https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/flux1-dev.safetensors" -P ./models/checkpoints/
|
96 |
cd custom_nodes && \
|
97 |
git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes --depth 1
|
98 |
|
|
|
92 |
# RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
93 |
# RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
|
94 |
# RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
95 |
+
RUN echo "Using HF_TOKEN: $HF_TOKEN" && wget --header="Authorization: Bearer $HF_TOKEN" -cq "https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/flux1-dev.safetensors" -P ./models/checkpoints/ && \
|
96 |
cd custom_nodes && \
|
97 |
git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes --depth 1
|
98 |
|