diffusers-rs icon indicating copy to clipboard operation
diffusers-rs copied to clipboard

Benchmarks?

Open chin-jey opened this issue 1 year ago • 2 comments

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?

chin-jey avatar Sep 16 '23 11:09 chin-jey

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.

LaurentMazare avatar Sep 17 '23 07:09 LaurentMazare

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

ashutosh151220 avatar Sep 02 '24 09:09 ashutosh151220