dog-example / README.md
jerryone333's picture
Create README.md
3d96f70
|
raw
history blame
200 Bytes

from huggingface_hub import snapshot_download

local_dir = "./dog" snapshot_download( "diffusers/dog-example", local_dir=local_dir, repo_type="dataset", ignore_patterns=".gitattributes", )