Update on_sd_start.sh

This commit is contained in:
Emrul 2025-03-11 11:12:40 +00:00 committed by GitHub
parent bfea6583dc
commit 7021514bb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,5 +66,6 @@ else
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ui_absolute_path=$(readlink -f "$script_dir/../ui")
export SD_UI_DIR="$ui_absolute_path"
echo "SD_UI_DIR set to $SD_UI_DIR"
PYTHONPATH="$ui_absolute_path" python -c "from easydiffusion.model_manager import init; init()"
fi