new stuff
This commit is contained in:
9
scripts/download-model.sh
Normal file
9
scripts/download-model.sh
Normal 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
|
||||
Reference in New Issue
Block a user