Log python version in the linux build

This commit is contained in:
cmdr2 2022-09-13 11:41:38 +05:30
parent e928fee26f
commit 9ec2010ac2

View File

@ -287,6 +287,8 @@ cd ..
export SD_UI_PATH=`pwd`/ui export SD_UI_PATH=`pwd`/ui
cd stable-diffusion cd stable-diffusion
python --version
uvicorn server:app --app-dir "$SD_UI_PATH" --port 9000 --host 0.0.0.0 uvicorn server:app --app-dir "$SD_UI_PATH" --port 9000 --host 0.0.0.0
read -p "Press any key to continue" read -p "Press any key to continue"