LaurentMazare / diffusers-rs

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

Add MPS device to examples #26

Closed rockerBOO closed 1 year ago

rockerBOO commented 1 year ago

Matching on cuda_device wanted me to fill it out, but this would also help to support MPS on Macs.

LaurentMazare commented 1 year ago

Sorry for the delay, I think this is now supported somehow: the default device for macs should be mps so closing this.