lllyasviel / stable-diffusion-webui-forge

GNU Affero General Public License v3.0
8.24k stars 806 forks source link

[Feature Request]: playground v2.5 sampler support #461

Open l33tx0 opened 8 months ago

l33tx0 commented 8 months ago

Is there an existing issue for this?

What would your feature do ?

The pipeline uses the EDMDPMSolverMultistepScheduler scheduler by default, for crisper fine details. It's an EDM formulation of the DPM++ 2M Karras scheduler. guidance_scale=3.0 is a good default for this scheduler. The pipeline also supports the EDMEulerScheduler scheduler. It's an EDM formulation of the Euler scheduler. guidance_scale=5.0 is a good default for this scheduler.

Proposed workflow

  1. install diffusers >= 0.27.0
  2. add support for any of the sampler (EDMDPMSolverMultistepScheduler/EDMEulerScheduler)

Additional information

No response

hoodady commented 8 months ago

yes please!