LaurentMazare / diffusers-rs

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

Use mps if available. #50

Closed LaurentMazare closed 1 year ago

bakkot commented 1 year ago

This works on my mps machine. (I.e., runs, generates the image, and does so with a speed indicative of using mps instead of the CPU.)

LaurentMazare commented 1 year ago

Great, I'm going to merge this then and will port the other examples to do the same, thanks for trying it out!