diff options
author | Alexandre Simard <as.simard@outlook.com> | 2022-10-01 18:04:20 +0000 |
---|---|---|
committer | Alexandre Simard <as.simard@outlook.com> | 2022-10-01 18:04:20 +0000 |
commit | 121ed7d36febe94995774973b5edc1ba2ba84aad (patch) | |
tree | dff629b265ae1ecb831b9df645ec3bfa4a7a1b76 /webui-user.bat | |
parent | 3f417566b0bda8eab05d247567aebf001c1d1725 (diff) | |
download | stable-diffusion-webui-gfx803-121ed7d36febe94995774973b5edc1ba2ba84aad.tar.gz stable-diffusion-webui-gfx803-121ed7d36febe94995774973b5edc1ba2ba84aad.tar.bz2 stable-diffusion-webui-gfx803-121ed7d36febe94995774973b5edc1ba2ba84aad.zip |
Add progress bar for SwinIR in cmd
I do not know how to add them to the UI...
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 e5a257be..5c778953 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=--autolaunch call webui.bat |