diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-01-04 17:40:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-04 17:40:19 +0300 |
commit | da5c1e8a732c173ed8ccda9fa32f9a194ff91ab6 (patch) | |
tree | a2eec9c47e820e7ab351337f73c99d874b4b904f /webui-user.sh | |
parent | cffc240a7327ae60671ff533469fc4ed4bf605de (diff) | |
parent | 47df0849019abac6722c49512f4dd2285bff5b7d (diff) |
Merge branch 'master' into inpaint_textual_inversion
Diffstat (limited to 'webui-user.sh')
-rw-r--r-- | webui-user.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webui-user.sh b/webui-user.sh index 30646f5c..bfa53cb7 100644 --- a/webui-user.sh +++ b/webui-user.sh @@ -10,7 +10,7 @@ #clone_dir="stable-diffusion-webui" # Commandline arguments for webui.py, for example: export COMMANDLINE_ARGS="--medvram --opt-split-attention" -export COMMANDLINE_ARGS="" +#export COMMANDLINE_ARGS="" # python3 executable #python_cmd="python3" @@ -40,4 +40,7 @@ export COMMANDLINE_ARGS="" #export CODEFORMER_COMMIT_HASH="" #export BLIP_COMMIT_HASH="" +# Uncomment to enable accelerated launch +#export ACCELERATE="True" + ########################################### |