mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-25 04:12:01 +02:00
Update on_sd_start.sh
This commit is contained in:
parent
d49306df57
commit
6d3892474f
@ -64,5 +64,6 @@ else
|
||||
# Download the models
|
||||
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
ui_absolute_path=$(readlink -f "$script_dir/../ui")
|
||||
PYTHONPATH="$ui_absolute_path" SD_UI_DIR="$ui_absolute_path" python -c "from easydiffusion.model_manager import init; init()"
|
||||
export SD_UI_DIR="$ui_absolute_path"
|
||||
PYTHONPATH="$ui_absolute_path" python -c "from easydiffusion.model_manager import init; init()"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user