diffusers
diffusers copied to clipboard
TensorFlow and Flax/Jax
Will this library be similar to transformers and include TensorFlow and Flax implementations at some point?
Yes that is on the longer-term road map. Moderate term we want to make the schedulers interface well with numpy (which then lets one use their own non-torch models), but making the models all independent is more substantial of an undertaking.
We would happily provide feedback if you want to open a PR!
We're currently adding JAX with see https://github.com/huggingface/diffusers/issues/475 . We don't plan on adding TF in anytime soon.