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
9e2f1ad482
commit
a417ebac5b
@ -48,11 +48,13 @@ if [ -e "ldm" ]; then mv ldm ldm-old; fi
|
|||||||
|
|
||||||
python -m pip install -q torchruntime
|
python -m pip install -q torchruntime
|
||||||
|
|
||||||
|
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
|
||||||
cd ..
|
# 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"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user