morj commited on
Commit
6237efb
·
verified ·
1 Parent(s): 6461705

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ datasets:
4
+ - morj/renaissance_portraits
5
+ language:
6
+ - en
7
+ library_name: keras
8
+ tags:
9
+ - '#stablediffusion '
10
+ - '#renaissance'
11
+ - '# finetune'
12
+ - '#kerascv'
13
+ - '#keras'
14
+ - '#tensorflow'
15
+ - '#diffusers'
16
+ ---
17
+
18
+ # Model Card for Model ID
19
+
20
+ <!-- Provide a quick summary of what the model is/does. -->
21
+ This model uses the KerasCV implementation of stability.ai's text-to-image model. Unlike other open-source alternatives like Hugging Face's Diffusers, KerasCV offers advantages such as XLA compilation and mixed precision support, resulting in state-of-the-art generation speed.
22
+
23
+ ## Model Details
24
+
25
+ ### Model Description
26
+
27
+ <!-- Provide a longer summary of what this model is. -->
28
+ This model can be used to generate and modify images based on text prompts. It is a Latent Diffusion Model that uses a fixed, pretrained text encoder (OpenCLIP-ViT/H) to generate high-quality Reniassance portraits from textual prompts.
29
+
30
+ This model uses the KerasCV implementation of stability.ai's text-to-image model, Stable Diffusion.
31
+
32
+
33
+ - **Developed by:** Martin Gasparyan and Tatev Kyosababyan
34
+ - **Model type:** Diffusion-based text-to-image generative model
35
+ - **Language(s) (NLP):** Python
36
+ - **License:** CreativeML Open RAIL++-M License
37
+ - **Finetuned from model [https://huggingface.co/CompVis/stable-diffusion-v1-4]:** https://github.com/keras-team/keras-cv/tree/master/keras_cv/models/stable_diffusion