for file in data/share/sd_models/*; do if [[ -f "$file" ]]; then echo "$file" fi done