forked from extern/easydiffusion
Unset PYTHONHOME in Start Stable Diffusion UI.cmd
PYTHONHOME needs to be deleted before conda gets called for the first time.
This commit is contained in:
@ -4,6 +4,7 @@ cd /d %~dp0
|
|||||||
echo Install dir: %~dp0
|
echo Install dir: %~dp0
|
||||||
|
|
||||||
set PATH=C:\Windows\System32;%PATH%
|
set PATH=C:\Windows\System32;%PATH%
|
||||||
|
set PYTHONHOME=
|
||||||
|
|
||||||
if exist "on_sd_start.bat" (
|
if exist "on_sd_start.bat" (
|
||||||
echo ================================================================================
|
echo ================================================================================
|
||||||
|
Reference in New Issue
Block a user