Update install.bat
Added C:\Windows\System32 to PATH to avoid issues with broken? Windows installs.
This commit is contained in:
parent
fa916aa1de
commit
1e260544cd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue