ljleb/sd-webui-neutral-prompt

`Enabled` setting is ambiguous when added to other settings panels

Closed this issue · 1 comments

shared.opts.add_option('neutral_prompt_enabled', shared.OptionInfo(True, 'Enabled', section=section))

The enable option isn't very clear when it's added to the quicksettings_list or extra_options. Should probably be changed to Neutral Prompt extension enabled or similar.

The Prompt Fusion extension actually has this same issue btw: https://github.com/ljleb/prompt-fusion-extension/blob/c8748ddc2d3c05b745a5ecfa03b1e2d4b3129a0c/scripts/promptlang.py#L23

ljleb commented

IMO this is more a problem with the quicksettings display not showing which tab it comes from. It is easier to change in the extensions so I'll rename the labels.