mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-18 21:58:45 +02:00
Report the python version after activating the SD environment, that log is not very useful otherwise
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user