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

Fix img2img speed with LMS-Discrete Scheduler #896

Merged
merged 2 commits into from
Nov 18, 2022

Commits on Oct 18, 2022

  1. Fix img2img speed with LMS-Discrete Scheduler

    Casting `self.sigmas` into a different dtype (the one of original_samples) is not advisable. In my img2img pipeline this leads to a long running time in the  `integrate.quad` call later on- by long I mean more than 10x slower.
    NotNANtoN authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    739639d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Configuration menu
    Copy the full SHA
    ff2f7b4 View commit details
    Browse the repository at this point in the history