Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fffiloni/ZeST
cocktailpeanut
/
ZeST
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
15725e1
ZeST
/
download.py
cocktailpeanut
update
15725e1
9 months ago
raw
Copy download link
history
blame
Safe
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
,
)