kadirnar commited on
Commit
b4070fe
·
verified ·
1 Parent(s): f3c0b30

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -4
Dockerfile CHANGED
@@ -73,10 +73,11 @@ RUN wget -c https://huggingface.co/cjpais/llava-1.6-mistral-7b-gguf/resolve/main
73
 
74
  RUN echo "Downloading IPAdapter Plus..."
75
  RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus
76
- RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus-face_sdxl_vit-h.safetensors -P ./ComfyUI_IPAdapter_plus/models/
77
- RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus_sdxl_vit-h.safetensors -P ./ComfyUI_IPAdapter_plus/models/
78
- RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus-face_sd15.safetensors -P ./ComfyUI_IPAdapter_plus/models/
79
- RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus_sd15.safetensors -P ./ComfyUI_IPAdapter_plus/models/
 
80
 
81
  RUN echo "Downloading ClipVision..."
82
 
 
73
 
74
  RUN echo "Downloading IPAdapter Plus..."
75
  RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus
76
+ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus-face_sdxl_vit-h.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
77
+ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus_sdxl_vit-h.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
78
+ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus-face_sd15.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
79
+ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus_sd15.safetensors -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
80
+ RUN wget -c https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sd15.bin -P ./custom_nodes/ComfyUI_IPAdapter_plus/models/
81
 
82
  RUN echo "Downloading ClipVision..."
83