LaurentMazare / diffusers-rs

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

Switch to using safetensors by default instead of ot. #64

Closed LaurentMazare closed 1 year ago

LaurentMazare commented 1 year ago

The conversion to safetensors is slightly simpler as it can fully be done on the python side, and the file format is likely to be more stable over time, so switch to recommend using .safetensors instead of .ot and make it the default.