animatediff / run_bash.sh
zguo0525's picture
Upload folder using huggingface_hub (#1)
d968dda
for file in data/share/sd_models/*; do
if [[ -f "$file" ]]; then
echo "$file"
fi
done