mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 14:50:55 -08:00
support webui.settings.bat
This commit is contained in:
parent
4be7b620c2
commit
117ec71994
1 changed files with 4 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue