animatediff / run_bash.sh
zguo0525's picture
Upload folder using huggingface_hub
88ca399
raw
history blame
102 Bytes
for file in data/share/sd_models/*; do
if [[ -f "$file" ]]; then
echo "$file"
fi
done