diff options
author | Keavon Chambers <keavon@keavon.com> | 2022-11-19 18:34:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-19 18:34:31 +0000 |
commit | 2f90496b19cd9c512633742db97b072a7075f017 (patch) | |
tree | 60d2dddd69172d9b5cf58c8da2bd64c61132f4fa /webui-user.sh | |
parent | a258fd60dbe2d68325339405a2aa72816d06d2fd (diff) | |
parent | 47a44c7e421b98ca07e92dbf88769b04c9e28f86 (diff) | |
download | stable-diffusion-webui-gfx803-2f90496b19cd9c512633742db97b072a7075f017.tar.gz stable-diffusion-webui-gfx803-2f90496b19cd9c512633742db97b072a7075f017.tar.bz2 stable-diffusion-webui-gfx803-2f90496b19cd9c512633742db97b072a7075f017.zip |
Merge branch 'master' into cors-regex
Diffstat (limited to 'webui-user.sh')
-rw-r--r-- | webui-user.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webui-user.sh b/webui-user.sh index 30646f5c..16e42759 100644 --- a/webui-user.sh +++ b/webui-user.sh @@ -40,4 +40,7 @@ export COMMANDLINE_ARGS="" #export CODEFORMER_COMMIT_HASH="" #export BLIP_COMMIT_HASH="" +# Uncomment to enable accelerated launch +#export ACCELERATE="True" + ########################################### |