LaurentMazare / diffusers-rs

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

Implement K-DPM-2 Discrete scheduler #40

Closed mspronesti closed 1 year ago

mspronesti commented 1 year ago

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

This implementation ports all the features implemented in the official python version from huggingface.

LaurentMazare commented 1 year ago

Thanks!