[X] I have searched the existing issues and checked the recent builds/commits
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
install diffusers >= 0.27.0
add support for any of the sampler (EDMDPMSolverMultistepScheduler/EDMEulerScheduler)
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
Additional information
No response