-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
staleIssues that haven't received updatesIssues that haven't received updates
Description
I'm compiling a list of outdated schedulers we can remove/deprecate here. Below are just a few I have in mind. There are many schedulers we have that I'm not super familiar with. So please help me complete this list! 🤗🤗🤗
KarrasVeScheduler
- I think we can just delete this?
DPMSolverSDEScheduler
- we should add the SDE variant to
DPMSolverSinglestepScheduler
and then deprecate this pipeline
- we should add the SDE variant to
- the "dpmsolver", "sde-dpmsolver" algorithms in
DPMSolverMultistepScheduler
:- do we use them at all? Based on the paper, it does not work with the guidance scale and is not as good as the
dpmsolver+++
scheduler the same author proposed later. They are part of the same scheduler, so I'm fine keeping them. But I would favor deleting them if possible because it is a bit overwhelming and confusing with too many different options.
- do we use them at all? Based on the paper, it does not work with the guidance scale and is not as good as the
Metadata
Metadata
Assignees
Labels
staleIssues that haven't received updatesIssues that haven't received updates