diff options
author | Alexandre Simard <as.simard@outlook.com> | 2022-10-01 18:07:20 +0000 |
---|---|---|
committer | Alexandre Simard <as.simard@outlook.com> | 2022-10-01 18:07:20 +0000 |
commit | b8a2b0453b62e4e99d0e5c049313402bc79056b5 (patch) | |
tree | f1b5433b66184953c75875c181d2491b29cab5dc /webui-user.bat | |
parent | b64a16d1e882f97cd9eb6c63c0c6f7685b690326 (diff) | |
download | stable-diffusion-webui-gfx803-b8a2b0453b62e4e99d0e5c049313402bc79056b5.tar.gz stable-diffusion-webui-gfx803-b8a2b0453b62e4e99d0e5c049313402bc79056b5.tar.bz2 stable-diffusion-webui-gfx803-b8a2b0453b62e4e99d0e5c049313402bc79056b5.zip |
Set launch options to default
Diffstat (limited to 'webui-user.bat')
-rw-r--r-- | webui-user.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui-user.bat b/webui-user.bat index 5c778953..e5a257be 100644 --- a/webui-user.bat +++ b/webui-user.bat @@ -3,6 +3,6 @@ set PYTHON= set GIT= set VENV_DIR= -set COMMANDLINE_ARGS=--autolaunch +set COMMANDLINE_ARGS= call webui.bat |