File size: 159 Bytes
a501a0c
 
 
 
 
 
1
2
3
4
5
6
from huggingface_hub import snapshot_download
snapshot_download(
  repo_id="stabilityai/stable-diffusion-xl-base-1.0",
  local_dir="../sdxl",
  max_workers=8
)