AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
140.83k stars 26.64k forks source link

[Feature Request]: a way to use multiple script dropdowns #5272

Open Appolonius001 opened 1 year ago

Appolonius001 commented 1 year ago

Is there an existing issue for this?

What would your feature do ?

an option to use more than one script at the same.

Proposed workflow

  1. goto the settings options
  2. add a slider/input to add more script dropdowns
  3. save and restart to show the number of script dropdowns on the txt2img or img2img tabs.

Additional information

a way to use pixelart script, wildcards script, and stylepile script at the same time.

ClashSAN commented 1 year ago

perhaps you mean to do chain them in series for an automated workflow? Scripts will have to be designed for that, but there's no instruction yet for script creators how to do that.

some9000 commented 1 year ago

Oh, a StylePile mention. But yeah, it's totally not that simple. Some scripts may be just a "tunnel" where the data goes through and gets some changes on the way. But, for example, if the script does its own batches or such - how would the other scripts know where to integrate within that? Sounds like a really complex problem to try and solve for webui devs and extension devs with relatively little gain.

On an unrelated note, due to this exact reason I had been thinking of implementing elements from those other scripts (variables (if you haven't seen those grab the latest version) were inspired by wildcards, pixel art filters were considered), but then it did start becoming a bit messy.

Appolonius001 commented 1 year ago

i see! not so simple then lol :) thank you for detailed reply :)