Change settings text

This commit is contained in:
Ben Chanapai 2025-05-20 21:16:16 +07:00
parent 3fea1875f9
commit 8ff0f3fbe4
3 changed files with 2438 additions and 570 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff