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:
JeLuF 2023-05-09 18:04:45 +02:00 committed by GitHub
parent ca362ef78d
commit d8447ef1a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ cd /d %~dp0
echo Install dir: %~dp0
set PATH=C:\Windows\System32;%PATH%
set PYTHONHOME=
if exist "on_sd_start.bat" (
echo ================================================================================