Report the python version after activating the SD environment, that log is not very useful otherwise

This commit is contained in:
cmdr2
2022-10-26 16:00:21 +05:30
parent 85de6dd52e
commit 7b9d18caea
6 changed files with 16 additions and 12 deletions

View File

@@ -16,9 +16,6 @@ echo "Environment Info:"
call where git
call git --version
call where python
call python --version
call where conda
call conda --version
@@ -27,4 +24,9 @@ echo.
@rem activate the environment
call conda activate .\stable-diffusion\env
call where python
call python --version
echo.
cmd /k