lllyasviel / stable-diffusion-webui-forge

GNU Affero General Public License v3.0
5.31k stars 520 forks source link

[Feature Request]: Implement scheduler selection independent of sampler a la A1111 #762

Open not-ski opened 1 month ago

not-ski commented 1 month ago

Is there an existing issue for this?

What would your feature do ?

See https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/15333

The sampler dropdown is getting a little ridiculous in length now (especially on dev2), and we are arbitrarily limited from selecting certain sampler/scheduler combinations (i.e. DPM++ 3M SDE AYS).

Would be a lot better to implement a separate dropdown for scheduler selection, similar to what A1111 has done recently-ish.

Proposed workflow

  1. Go to ....
  2. Press ....
  3. ...
  4. ???
  5. Profit

Additional information

No response