ZeST / download.py
cocktailpeanut's picture
update
15725e1
raw
history blame
219 Bytes
import huggingface_hub
huggingface_hub.snapshot_download(
repo_id='h94/IP-Adapter',
allow_patterns=[
'models/**',
'sdxl_models/**',
],
local_dir='./',
local_dir_use_symlinks=False,
)