philpax / exilent

A Discord bot for Automatic1111's Stable Diffusion web UI
GNU General Public License v3.0
10 stars 1 forks source link

Remix component button #4

Closed philpax closed 1 year ago

philpax commented 1 year ago

Generations should have button components attached to them that allow you to easily remix them with new prompts or settings. Ideally, they should open a modal where you get the ability to specify a new prompt.

A potential wrinkle in this is that modals can only support text input, so it'll be hard to have parameters of different types (i.e. counts, samplers (enum), or something else)