aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
diff options
context:
space:
mode:
authorpapuSpartan <macabeg@icloud.com>2023-04-04 07:39:13 +0000
committerpapuSpartan <macabeg@icloud.com>2023-04-04 07:39:13 +0000
commitcf5a5773bfd1ca6a3c35232881661ec1ff4b67d7 (patch)
tree67af511d7dff69f075da92f321eed09dd57cf251 /modules/shared.py
parentab195ab0da78aa9aa6304948ae2c76e45dab04eb (diff)
downloadstable-diffusion-webui-gfx803-cf5a5773bfd1ca6a3c35232881661ec1ff4b67d7.tar.gz
stable-diffusion-webui-gfx803-cf5a5773bfd1ca6a3c35232881661ec1ff4b67d7.tar.bz2
stable-diffusion-webui-gfx803-cf5a5773bfd1ca6a3c35232881661ec1ff4b67d7.zip
:p
Diffstat (limited to 'modules/shared.py')
-rw-r--r--modules/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py
index c7572e98..568acdc4 100644
--- a/modules/shared.py
+++ b/modules/shared.py
@@ -429,7 +429,7 @@ options_templates.update(options_section((None, "Hidden options"), {
options_templates.update(options_section(('token_merging', 'Token Merging'), {
"token_merging": OptionInfo(
- 0.5, "Enable redundant token merging via tomesd. This can provide significant speed and memory improvements.",
+ False, "Enable redundant token merging via tomesd. This can provide significant speed and memory improvements.",
gr.Checkbox
),
"token_merging_ratio": OptionInfo(