LaurentMazare / diffusers-rs

An implementation of the diffusers api in Rust
Apache License 2.0
521 stars 54 forks source link

Benchmarks? #76

Open chin-jey opened 11 months ago

chin-jey commented 11 months 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 11 months 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 6 days ago

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