mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-06-27 09:26:47 +00:00
Change settings text
This commit is contained in:
parent
3fea1875f9
commit
8ff0f3fbe4
@ -44,6 +44,13 @@ def before_token_counter(params: script_callbacks.BeforeTokenCounterParams):
|
|||||||
script_callbacks.on_before_token_counter(before_token_counter)
|
script_callbacks.on_before_token_counter(before_token_counter)
|
||||||
|
|
||||||
|
|
||||||
shared.options_templates.update(shared.options_section(('sd', "Stable Diffusion", "sd"), {
|
shared.options_templates.update(
|
||||||
"enable_prompt_comments": shared.OptionInfo(True, "Enable comments").info("Use # anywhere in the prompt to hide the text between # and the end of the line from the generation."),
|
shared.options_section(
|
||||||
}))
|
('sd', "SIIN AI", "sd"),
|
||||||
|
{
|
||||||
|
"enable_prompt_comments": shared.OptionInfo(True, "Enable comments").info(
|
||||||
|
"Use # anywhere in the prompt to hide the text between # and the end of the line from the generation."
|
||||||
|
),
|
||||||
|
},
|
||||||
|
)
|
||||||
|
)
|
||||||
|
File diff suppressed because it is too large
Load Diff
1340
modules/ui.py
1340
modules/ui.py
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user