Update shared.py

fix typo
This commit is contained in:
papuSpartan 2023-04-10 03:43:56 -05:00 committed by GitHub
parent 1c11062603
commit c510cfd24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -446,7 +446,7 @@ options_templates.update(options_section(('token_merging', 'Token Merging'), {
),
# More advanced/niche settings:
"token_merging_random": OptionInfo(
False, "Use random perturbations - Can improve outputs for certain samplers. For others, it may cause visaul artifacting.",
False, "Use random perturbations - Can improve outputs for certain samplers. For others, it may cause visual artifacting.",
gr.Checkbox
),
"token_merging_merge_attention": OptionInfo(