Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
zguo0525
/
animatediff
like
6
Diffusers
ONNX
Safetensors
Model card
Files
Files and versions
Community
1
Use this model
main
animatediff
/
run_bash.sh
zguo0525
Upload folder using huggingface_hub (
#1
)
d968dda
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
102 Bytes
for
file
in
data/share/sd_models/*;
do
if
[[ -f
"
$file
"
]];
then
echo
"
$file
"
fi
done