mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-01 06:40:57 -08:00
Add option to disable prompt token counters
This commit is contained in:
parent
5ed970b949
commit
618c59b01d
2 changed files with 9 additions and 0 deletions
|
|
@ -487,6 +487,7 @@ options_templates.update(options_section(('ui', "User interface"), {
|
|||
"ui_reorder": OptionInfo(", ".join(ui_reorder_categories), "txt2img/img2img UI item order").needs_restart(),
|
||||
"hires_fix_show_sampler": OptionInfo(False, "Hires fix: show hires sampler selection").needs_restart(),
|
||||
"hires_fix_show_prompts": OptionInfo(False, "Hires fix: show hires prompt and negative prompt").needs_restart(),
|
||||
"disable_token_counters": OptionInfo(False, "Disable prompt token counters").needs_restart(),
|
||||
}))
|
||||
|
||||
options_templates.update(options_section(('infotext', "Infotext"), {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue