Log python version

This commit is contained in:
cmdr2 2022-09-13 11:38:28 +05:30
parent db1fbad0db
commit e928fee26f

View File

@ -295,6 +295,8 @@ call WHERE uvicorn > .tmp
@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