Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restart Sampling #105

Merged
merged 2 commits into from
Oct 12, 2023
Merged

Restart Sampling #105

merged 2 commits into from
Oct 12, 2023

Conversation

limiteinductive
Copy link
Member

Implements the method of the paper https://arxiv.org/abs/2306.14878 It helps improve zero-shot sampling quality of diffusion models by rediffusing along the way in a different modality.

For the moment it only works with the DDIM Scheduler. It would be interesting to make it work with DPM to be able to reduce the number of steps needed to obtain good quality samples

It reproduce the code of: https://github.com/Newbeeer/diffusion_restart_sampling

@limiteinductive limiteinductive force-pushed the pr/implement-restart-sampling branch from 2b9d535 to ede8da0 Compare October 12, 2023 13:45
@limiteinductive limiteinductive merged commit 585c7ad into main Oct 12, 2023
1 check passed
@limiteinductive limiteinductive deleted the pr/implement-restart-sampling branch October 12, 2023 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants