diff options
author | d8ahazard <d8ahazard@gmail.com> | 2022-11-09 17:15:17 +0000 |
---|---|---|
committer | d8ahazard <d8ahazard@gmail.com> | 2022-11-09 17:15:17 +0000 |
commit | 0a54bd3395e30bf7772ad6f11d69c5c437a1ab73 (patch) | |
tree | 909d4203ca95f68001965f19b9397da288bb38b1 /webui-user.bat | |
parent | ac085628540d0ec6a988fad93f5b8f2154209571 (diff) | |
download | stable-diffusion-webui-gfx803-0a54bd3395e30bf7772ad6f11d69c5c437a1ab73.tar.gz stable-diffusion-webui-gfx803-0a54bd3395e30bf7772ad6f11d69c5c437a1ab73.tar.bz2 stable-diffusion-webui-gfx803-0a54bd3395e30bf7772ad6f11d69c5c437a1ab73.zip |
Optional Accelerate Launch
Diffstat (limited to 'webui-user.bat')
-rw-r--r-- | webui-user.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webui-user.bat b/webui-user.bat index e5a257be..0c120111 100644 --- a/webui-user.bat +++ b/webui-user.bat @@ -4,5 +4,6 @@ set PYTHON= set GIT= set VENV_DIR= set COMMANDLINE_ARGS= +set ACCELERATE= call webui.bat |