diff options
author | papuSpartan <macabeg@icloud.com> | 2023-04-10 03:37:15 -0500 |
---|---|---|
committer | papuSpartan <macabeg@icloud.com> | 2023-04-10 03:41:05 -0500 |
commit | 1c1106260300ca3956d9619875e28278b148adab (patch) | |
tree | b59e543a1c1e30e052540bb4b5c648e08b20d8f6 /modules/shared.py | |
parent | cf5a5773bfd1ca6a3c35232881661ec1ff4b67d7 (diff) |
add token merging options to infotext when necessary. Bump tomesd
version
Diffstat (limited to 'modules/shared.py')
-rw-r--r-- | modules/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shared.py b/modules/shared.py index 568acdc4..d9db7317 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -446,7 +446,7 @@ options_templates.update(options_section(('token_merging', 'Token Merging'), { ),
# More advanced/niche settings:
"token_merging_random": OptionInfo(
- True, "Use random perturbations - Disabling might help with certain samplers",
+ False, "Use random perturbations - Can improve outputs for certain samplers. For others, it may cause visaul artifacting.",
gr.Checkbox
),
"token_merging_merge_attention": OptionInfo(
|