new stuff
Some checks failed
main / Linux (amd64, ubuntu-22.04) (push) Successful in 24s
main / Linux (arm64, ubuntu-latest-arm64) (push) Successful in 1m9s
main / Windows (push) Has been cancelled

This commit is contained in:
2025-10-24 12:10:58 +02:00
parent 42172cbb6f
commit c571a82356
7 changed files with 176 additions and 212 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/bash
if [ -z "$1" ]; then
echo "Usage: download-model.sh <model_name>"
echo "Available models:"
python3 launch.py
exit 1
fi
python3 launch.py "$1" -skip-run -skip-script -y