Merge pull request #391 from cmdr2/installer_umamba

Remove the extra python version print
This commit is contained in:
cmdr2 2022-10-26 16:02:25 +05:30 committed by GitHub
commit 39244568be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -343,8 +343,6 @@ call python --version
@set SD_UI_PATH=%cd%\ui
@cd stable-diffusion
@call python --version
@uvicorn server:app --app-dir "%SD_UI_PATH%" --port 9000 --host 0.0.0.0
@pause

View File

@ -318,8 +318,6 @@ 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"