Put back the System32 fix

This commit is contained in:
cmdr2 2022-09-25 00:03:15 +05:30
parent d14a13fcaf
commit 489aae7a46
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
@echo. & echo "Stable Diffusion UI - v2" & echo.
@REM set PATH=C:\Windows\System32;%PATH%
set PATH=C:\Windows\System32;%PATH%
@cd ..

View File

@ -79,7 +79,7 @@
@echo conda_sd_env_created >> ..\scripts\install_status.txt
)
@REM set PATH=C:\Windows\System32;%PATH%
set PATH=C:\Windows\System32;%PATH%
@>nul grep -c "conda_sd_gfpgan_deps_installed" ..\scripts\install_status.txt
@if "%ERRORLEVEL%" EQU "0" (