diff options
author | JustAnOkapi <justanokapi@gmail.com> | 2022-09-13 14:56:15 -0500 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-14 08:58:13 +0300 |
commit | e73e2ce2fd8f5ae86d965d94f39087bd09f0b690 (patch) | |
tree | a80a21e054c8fdbdd332efddbad8afadc7352d6d | |
parent | 859fff370025c09289cbd074b6ba8c6492dd7404 (diff) |
Update 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 e5a257be..f437d8f8 100644 --- a/webui-user.bat +++ b/webui-user.bat @@ -3,6 +3,6 @@ set PYTHON= set GIT= set VENV_DIR= -set COMMANDLINE_ARGS= +set COMMANDLINE_ARGS=--medvram --precision full --no-half --unload-gfpgan --opt-split-attention call webui.bat |