-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhuggingfacedownload.py
More file actions
31 lines (13 loc) · 951 Bytes
/
Copy pathhuggingfacedownload.py
File metadata and controls
31 lines (13 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
pip install huggingface_hub[hf_transfer]
pip install hf_transfer
huggingface-cli login --token YOURTOKEN
export HF_HUB_ENABLE_HF_TRANSFER=1
huggingface-cli download OedoSoldier/detail-tweaker-lora --local-dir ./ComfyUI/models/loras/
huggingface-cli download h94/IP-Adapter --local-dir ./ComfyUI/models/ipadapter/
huggingface-cli download h94/IP-Adapter-FaceID --local-dir ./ComfyUI/models/ipadapter/
copy loras to loras from ipadapter
cp ComfyUI/models/ipadapter/ip-adapter-faceid_sd15_lora.safetensors ComfyUI/models/loras/
cp ComfyUI/models/ipadapter/ip-adapter-faceid-plusv2_sd15_lora.safetensors ComfyUI/models/loras/
cp ComfyUI/models/ipadapter/ip-adapter-faceid_sdxl_lora.safetensors ComfyUI/models/loras/
cp ComfyUI/models/ipadapter/ip-adapter-faceid-plusv2_sdxl_lora.safetensors ComfyUI/models/loras/
cp ComfyUI/models/ipadapter/ip-adapter-faceid-plus_sd15_lora.safetensors ComfyUI/models/loras/