From 9ec2010ac279d51f9132737038af58130443faab Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 13 Sep 2022 11:41:38 +0530 Subject: [PATCH] Log python version in the linux build --- scripts/on_sd_start.sh | 2 ++ 1 file changed, 2 insertions(+) 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"