aboutsummaryrefslogtreecommitdiff
path: root/modules/shared.py
diff options
context:
space:
mode:
authorpapuSpartan <30642826+papuSpartan@users.noreply.github.com>2023-04-10 03:43:56 -0500
committerGitHub <noreply@github.com>2023-04-10 03:43:56 -0500
commitc510cfd24b995f8267df3391cc961ac398922ba4 (patch)
tree5daea5a416ea1d5d42ea7bdf4d781655c43ad595 /modules/shared.py
parent1c1106260300ca3956d9619875e28278b148adab (diff)
Update shared.py
fix typo
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 d9db7317..edf11e43 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(
- 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(