Temporarily revert the System32 patch

This commit is contained in:
cmdr2 2022-09-24 23:38:56 +05:30
parent 688659b815
commit d14a13fcaf
2 changed files with 2 additions and 2 deletions

View File

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

View File

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