mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-07-10 19:36:51 +02:00
Update on_sd_start.sh
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user