diff --git a/scripts/on_sd_start.sh b/scripts/on_sd_start.sh index 5195f9ab..cff3ddcb 100755 --- a/scripts/on_sd_start.sh +++ b/scripts/on_sd_start.sh @@ -287,6 +287,8 @@ cd .. export SD_UI_PATH=`pwd`/ui cd stable-diffusion +python --version + uvicorn server:app --app-dir "$SD_UI_PATH" --port 9000 --host 0.0.0.0 read -p "Press any key to continue"