LaurentMazare / diffusers-rs

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

Benchmarks? #76

Open chin-jey opened 1 year ago

chin-jey commented 1 year ago

Hi @LaurentMazare, have you benchmarked this against huggingface's python diffusers? Should I expected it to be any faster? If yes, can you give me some intuition on the reason?

LaurentMazare commented 1 year ago

The underlying operations should be the same (as they are handled by libtorch both on this version and on the PyTorch version) so I would expect performance to be reasonably in line.

ashutosh151220 commented 2 months ago

what is advantage of impementing this in rust if there any. Thanks