Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
starriver030515
/
diffusion
like
0
Model card
Files
Files and versions
Community
c1dfcc3
diffusion
/
utils
/
download_model.py
starriver030515
Upload folder using huggingface_hub
a501a0c
verified
about 1 year ago
raw
Copy download link
history
blame
159 Bytes
from
huggingface_hub
import
snapshot_download
snapshot_download(
repo_id=
"stabilityai/stable-diffusion-xl-base-1.0"
,
local_dir=
"../sdxl"
,
max_workers=
8
)