mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-23 00:18:20 +01:00
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
@ -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…
Reference in New Issue
Block a user