mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 11:12:35 +00:00
Update shared.py
fix typo
This commit is contained in:
@@ -446,7 +446,7 @@ options_templates.update(options_section(('token_merging', 'Token Merging'), {
|
|||||||
),
|
),
|
||||||
# More advanced/niche settings:
|
# More advanced/niche settings:
|
||||||
"token_merging_random": OptionInfo(
|
"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
|
gr.Checkbox
|
||||||
),
|
),
|
||||||
"token_merging_merge_attention": OptionInfo(
|
"token_merging_merge_attention": OptionInfo(
|
||||||
|
Reference in New Issue
Block a user