Merge pull request #13638 from wkpark/user-settings-2

webui.settings.bat support
This commit is contained in:
AUTOMATIC1111 2023-10-14 23:00:35 +03:00 committed by GitHub
commit d4255506ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
@echo off
if exist webui.settings.bat (
call webui.settings.bat
)
if not defined PYTHON (set PYTHON=python)
if defined GIT (set "GIT_PYTHON_GIT_EXECUTABLE=%GIT%")
if not defined VENV_DIR (set "VENV_DIR=%~dp0%venv")