huggingface / huggingface/diffusers
Update FlowMatchEulerDiscreteScheduler with new design to support SD3 / SD3.5 / Flux moving forward
- Dominant language
- Python
- Stars
- 34.5k
- Forks
- 7.3k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 91
Description
### Model/Pipeline/Scheduler description
Fully support SD3 / SD3.5 / FLUX models using new scheduler design template with a more standardized approach including new parameters to support models. This approach can be utilized in existing schedules to support flow match models.
I have a working FlowMatchEulerDiscreteScheduler schedule in my local library to support this request.
A list of current issues and PR's (and there may be more) may be fully or partially addressed with this request:
https://github.com/huggingface/diffusers/pull/10001
https://github.com/huggingface/diffusers/pull/9982
https://github.com/huggingface/diffusers/pull/10146
https://github.com/huggingface/diffusers/pull/9955
https://github.com/huggingface/diffusers/issues/9951
https://github.com/huggingface/diffusers/issues/9924 <== This current issue
### Open source status
- [X] The model implementation is available.
- [ ] The model weights are available (Only relevant if addition is not a scheduler).
### Provide useful links for the implementation
@yiyixuxu @linjiapro @vladmandic @hlky
Contributor guide
Assessment
This issue has not been assessed yet.