mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 18:08:00 +02:00
Update on_sd_start.sh
This commit is contained in:
parent
fd043be028
commit
5b5e312336
@ -62,5 +62,6 @@ else
|
||||
# Download the required packages only
|
||||
python scripts/check_modules.py
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user