This notebook shows how to generate images using the Stability AI's Stable Diffusion model. This code uses Keras' implementation.
The code in this notebook is inspired by the following work:
- High-performance image generation using Stable Diffusion in KerasCV by François Chollet, Luke Wood, and Divam Gupta.
- A walk through latent space with Stable Diffusion by Ian Stenbit, François Chollet, and Luke Wood.