stable-diffusion-webui
stable-diffusion-webui copied to clipboard
Separate dropdown for negative prompts, similar to styles
Is your feature request related to a problem? Please describe. When using different checkpoints it is necessary to switch between negative prompts, which can be quite long. Which is not very convenient at the moment.
Describe the solution you'd like Would be nice to have an additional 3rd dropdown below style1/style2 for selecting a negative prompt from list of presets. The prompts could be stored in *.csv files, like styles, and don't really need an UI for creating them.
Describe alternatives you've considered Negative prompt could also be part of the style, but this is not necessarily convenient, as styles can be combined together.
Additional context Nothing
styles already save negative prompts, just have the prompt field empty while having text in the negative prompt, saves it fine.
Your request only makes sense if you want a SPECIFIC extra dropdown for negative prompts, seems kinda redundant to me tho
@eradication0 I would want a specific dropdown for negative prompts, as they appear to be more tied to the checkpoint and not to the style.
At the moment, for example, I'm using two style prompts, wher first one provides combination of modifiers ("intricate, detailed, blahblahblah"), and the second one provides combination of artists.
Tying negative prompts to either of those doesn't make a whole lot of sense. So either there's a need for a 3rd style prompt (or multiple prompts), or a separate negative prompt dropdown.
In case you haven't ran into it yet.
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/5922#issuecomment-1363534447