-
Notifications
You must be signed in to change notification settings - Fork 27.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add exponential scheduler for DPM-Solver++(2M) SDE
Better quality results than Karras. Related discussion: https://gist.github.com/crowsonkb/3ed16fba35c73ece7cf4b9a2095f2b78
- Loading branch information
1 parent
71efc5b
commit 3bd2c68
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3bd2c68
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really thanks for this! Results are actually pretty good. Wondering if this can be applied to normal SDE (sample_dpmpp_2m_sde). Gonna do some tests.
3bd2c68
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you mean
sample_dpmpp_sde
? This commit applies tosample_dpmpp_2m_sde
.3bd2c68
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@catboxanon I know. Just was testing with the exponential setting here on sample_dpmpp_sde. It seems to work good.