Commit
·
3d96f70
1
Parent(s):
7aac740
Create README.md
Browse filesfrom huggingface_hub import snapshot_download
local_dir = "./dog"
snapshot_download(
"diffusers/dog-example",
local_dir=local_dir, repo_type="dataset",
ignore_patterns=".gitattributes",
)