lllyasviel / lllyasviel/stable-diffusion-webui-forge
[Feature Request]: playground v2.5 sampler support
- Dominant language
- Python
- Stars
- 13k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Is there an existing issue for this?
- [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
1. install diffusers >= 0.27.0
2. add support for any of the sampler (EDMDPMSolverMultistepScheduler/EDMEulerScheduler)
### Additional information
_No response_
Contributor guide
No contributing guide indexed for this repository
Research direction
No file or test is named in the issue. Start by locating the playground's sampler configuration and checking how it pins or imports diffusers; then trace the existing scheduler selection. Done means the playground supports EDMDPMSolverMultistepScheduler or EDMEulerScheduler with the appropriate guidance-scale default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100