We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d60076 commit 1e1e8c3Copy full SHA for 1e1e8c3
webui-user.bat
@@ -3,6 +3,9 @@
3
set PYTHON=
4
set GIT=
5
set VENV_DIR=
6
+
7
+if not defined COMMANDLINE_ARGS (
8
set COMMANDLINE_ARGS=
9
+)
10
11
call webui.bat
webui.bat
@@ -4,6 +4,10 @@ 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")
+if exist webui.settings.bat (
+ call webui.settings.bat
set SD_WEBUI_RESTART=tmp/restart
12
set ERROR_REPORTING=FALSE
13
0 commit comments