mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-01-24 18:49:23 +01:00
Update install.bat
Added `cd /D "%~dp0"` in case the script is ran as admin.
This commit is contained in:
parent
a80a5465f2
commit
817e6c681e
@ -24,6 +24,8 @@ if /I "%gpuchoice%" == "A" (
|
|||||||
exit
|
exit
|
||||||
)
|
)
|
||||||
|
|
||||||
|
cd /D "%~dp0"
|
||||||
|
|
||||||
set MAMBA_ROOT_PREFIX=%cd%\installer_files\mamba
|
set MAMBA_ROOT_PREFIX=%cd%\installer_files\mamba
|
||||||
set INSTALL_ENV_DIR=%cd%\installer_files\env
|
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
|
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