soiz1 commited on
Commit
8a8a666
·
verified ·
1 Parent(s): e350812

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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