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

Finalize 2nd order schedulers #1503

Merged
merged 8 commits into from Dec 2, 2022
Merged

Finalize 2nd order schedulers #1503

merged 8 commits into from Dec 2, 2022

Conversation

patrickvonplaten
Copy link
Contributor

@patrickvonplaten patrickvonplaten commented Dec 1, 2022

@@ -131,7 +133,7 @@ def set_timesteps(
self.init_noise_sigma = self.sigmas.max()

timesteps = torch.from_numpy(timesteps)
timesteps = torch.cat([timesteps[:1], timesteps[1:].repeat_interleave(2), timesteps[-1:]])
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was incorrect previously, but didn't change the output of the image. Can be removed so since it's an unnecessary extra step

@HuggingFaceDocBuilderDev
Copy link

HuggingFaceDocBuilderDev commented Dec 1, 2022

The documentation is not available anymore as the PR was closed or merged.

@patrickvonplaten patrickvonplaten changed the title up Finalizes 2nd order scheduler design Dec 1, 2022
@patrickvonplaten patrickvonplaten changed the title Finalizes 2nd order scheduler design Finalize 2nd order schedulers Dec 2, 2022
@patrickvonplaten patrickvonplaten merged commit 769f0be into main Dec 2, 2022
@patrickvonplaten patrickvonplaten deleted the add_k_dpm_2 branch December 2, 2022 15:38
tcapelle pushed a commit to tcapelle/diffusers that referenced this pull request Dec 12, 2022
* up

* up

* finish

* finish

* up

* up

* finish
sliard pushed a commit to sliard/diffusers that referenced this pull request Dec 21, 2022
* up

* up

* finish

* finish

* up

* up

* finish
yoonseokjin pushed a commit to yoonseokjin/diffusers that referenced this pull request Dec 25, 2023
* up

* up

* finish

* finish

* up

* up

* finish
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.

None yet

2 participants