mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 12:22:26 -08:00
:p
This commit is contained in:
parent
ab195ab0da
commit
cf5a5773bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue