From 1e260544cd41023566a32fa297c89fb91d22948c Mon Sep 17 00:00:00 2001 From: jllllll Date: Fri, 24 Mar 2023 21:25:14 -0500 Subject: [PATCH] Update install.bat Added C:\Windows\System32 to PATH to avoid issues with broken? Windows installs. --- install.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.bat b/install.bat index e0ffa7b3..ac86f775 100644 --- a/install.bat +++ b/install.bat @@ -26,6 +26,8 @@ if /I "%gpuchoice%" == "A" ( cd /D "%~dp0" +set PATH=%SystemRoot%\system32;%PATH% + set MAMBA_ROOT_PREFIX=%cd%\installer_files\mamba set INSTALL_ENV_DIR=%cd%\installer_files\env set MICROMAMBA_DOWNLOAD_URL=https://github.com/cmdr2/stable-diffusion-ui/releases/download/v1.1/micromamba.exe