Update on_sd_start.sh

This commit is contained in:
Emrul 2025-03-07 14:06:19 +00:00 committed by GitHub
parent a417ebac5b
commit 753dd4c9b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,10 +51,10 @@ python -m pip install -q torchruntime
cd .. cd ..
# Skip the package download and prompt if INSTALL_ONLY=1 is set # Skip the package download and prompt if INSTALL_ONLY=1 is set
if [ "$INSTALL_ONLY" != "1" ]; then if [ "$INSTALL_ONLY" != "1" ]; then
# Download the required packages
python scripts/check_modules.py
else
# Download the required packages # Download the required packages
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
# Download the required packages only
python scripts/check_modules.py
fi fi