Update on_sd_start.sh

This commit is contained in:
Emrul 2025-03-11 11:12:10 +00:00 committed by GitHub
parent 6d3892474f
commit bfea6583dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,6 +59,7 @@ if [ "$INSTALL_ONLY" != "1" ]; then
python scripts/check_modules.py --launch-uvicorn python scripts/check_modules.py --launch-uvicorn
read -p "Press any key to continue" read -p "Press any key to continue"
else else
echo "Install only mode"
# Download the required packages only # Download the required packages only
python scripts/check_modules.py python scripts/check_modules.py
# Download the models # Download the models