Update on_sd_start.sh

This commit is contained in:
Emrul 2025-03-11 09:58:43 +00:00 committed by GitHub
parent fd043be028
commit 5b5e312336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,5 +62,6 @@ else
# 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
python -c "from easydiffusion.model_manager import init; init()" script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PYTHONPATH="$script_dir/../ui" python -c "from easydiffusion.model_manager import init; init()"
fi fi