freedomtw/stable_diffusion_tflite
5199
1---2license: openrail3tags:4- tflite5- stable_diffusion6---7 8# Model Card for Model ID9 10<!-- Provide a quick summary of what the model is/does. -->11 12Stable Diffusion TFLite models13 14# Model Details15converted from [Keras CV Stable Diffusion](https://github.com/keras-team/keras-cv/tree/master/keras_cv/models/stable_diffusion)16 17## Model Description18 19<!-- Provide a longer summary of what this model is. -->20 21 22 23- **Developed by:** Robin Rombach, Patrick Esser24- **Model type:** Diffusion-based text-to-image generation model25- **Language(s) (NLP):** English26- **License:** The CreativeML OpenRAIL M license is an Open RAIL M license, adapted from the work that BigScience and the RAIL Initiative are jointly carrying in the area of responsible AI licensing. See also the article about the BLOOM Open RAIL license on which our license is based.27 28## Model Sources29 30<!-- Provide the basic links for the model. -->31 32- **conversion script:** https://github.com/freedomtan/keras_cv_stable_diffusion_to_tflite33- **converted from:** https://github.com/keras-team/keras-cv/tree/master/keras_cv/models/stable_diffusion