freedomtw commited on
Commit
1d9d7cc
1 Parent(s): b4a7c5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
  license: openrail
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: openrail
3
+ tags:
4
+ - tflite
5
+ - stable_diffusion
6
  ---
7
+
8
+ # Model Card for Model ID
9
+
10
+ <!-- Provide a quick summary of what the model is/does. -->
11
+
12
+ Stable Diffusion TFLite models
13
+
14
+ # Model Details
15
+ converted from [Keras CV Stable Diffusion](https://github.com/keras-team/keras-cv/tree/master/keras_cv/models/stable_diffusion)
16
+
17
+ ## Model Description
18
+
19
+ <!-- Provide a longer summary of what this model is. -->
20
+
21
+
22
+
23
+ - **Developed by:** Robin Rombach, Patrick Esser
24
+ - **Model type:** Diffusion-based text-to-image generation model
25
+ - **Language(s) (NLP):** English
26
+ - **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 Sources
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **conversion script:** https://github.com/freedomtan/keras_cv_stable_diffusion_to_tflite
33
+ - **converted from:** https://github.com/keras-team/keras-cv/tree/master/keras_cv/models/stable_diffusion