LaurentMazare / diffusers-rs

An implementation of the diffusers api in Rust
Apache License 2.0
535 stars 55 forks source link

feat(schedulers): implement K-DPM-2 Ancestral discrete scheduler #45

Closed mspronesti closed 1 year ago

mspronesti commented 1 year ago

Hi @LaurentMazare , this PR aims at integrating the K-DPM-2 Ancestral Discrete Scheduler into this repository, solving the last missing task mentioned in #23.

This PR ports all the features of the official python version.

LaurentMazare commented 1 year ago

Thanks!

mspronesti commented 1 year ago

Thanks for merging! One of the checks failed for a network error, as happened in one of my previous PR. I believe it is accidental and that simply re-running the action will fix the "problem".

LaurentMazare commented 1 year ago

Right, seems to have work on a re-run.