Views
No views yet
diffusion model part of KerasCV Stable Diffusion.text encoder, diffusion model, decoder, and some glue codes to handl inputs and outputs of each part. The TFLite version of diffusion model in this repository is built not only with the diffusion model itself but also TensorFlow operations that takes context, unconditional context from text encoder and generates latent. The latent output should be passed down to the decoder which is hosted in this repository.SavedModel from this repository, and TensorFlow version >= 2.12-nightly was used.< 2.12-nightly will fail for the conversion process.SavedModel is constructed, find it in keras-sd-serving repository.