mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 09:57:49 +02:00
Update on_sd_start.sh
This commit is contained in:
parent
a417ebac5b
commit
753dd4c9b9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user