mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Merge pull request #13638 from wkpark/user-settings-2
webui.settings.bat support
This commit is contained in:
commit
d4255506ff
@ -1,5 +1,9 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
|
if exist webui.settings.bat (
|
||||||
|
call webui.settings.bat
|
||||||
|
)
|
||||||
|
|
||||||
if not defined PYTHON (set PYTHON=python)
|
if not defined PYTHON (set PYTHON=python)
|
||||||
if defined GIT (set "GIT_PYTHON_GIT_EXECUTABLE=%GIT%")
|
if defined GIT (set "GIT_PYTHON_GIT_EXECUTABLE=%GIT%")
|
||||||
if not defined VENV_DIR (set "VENV_DIR=%~dp0%venv")
|
if not defined VENV_DIR (set "VENV_DIR=%~dp0%venv")
|
||||||
|
Loading…
Reference in New Issue
Block a user