KerasCV and stable diffusion
KerasCV is another implementation of stable diffusion. It offers some interesting features that makes it one of the fastest implementations of stable diffusion:
- Graph mode execution
- XLA compilation via a optimized linear algebra library via
jit_compile=True
- Support for mixed precision computation
Check out this setup, feature walkthrough, and comparison guide.