Text-to-Image
English
stable-diffusion
NerdyRodent commited on
Commit
2fdbe4d
1 Parent(s): f958f3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -22
README.md CHANGED
@@ -1,26 +1,54 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
- Just a simple model for fun :)
5
 
6
- Base Model : Custom NerdyRodent SD 1.4
7
-
8
- Included merges from are from the following models:
9
-
10
- analogDiffusion
11
-
12
- Knolling Case
13
-
14
- RPGDiffusion
15
-
16
- classicnegative
17
-
18
- cuteRich
19
-
20
- inkpunk
21
-
22
- evoartMj4
23
-
24
- dreamshaper
25
-
26
- deliberate
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ tags:
4
+ - stable-diffusion
5
+ - text-to-image
6
+ widget:
7
+ - text: "Professional, full-colour, HD digital portrait photo of a humanoid rat."
8
+ example_title: Cool rodent
9
+ extra_gated_prompt: |-
10
+ This model is open access and available to all, with a CreativeML OpenRAIL-M license further specifying rights and usage.
11
+ The CreativeML OpenRAIL License specifies:
12
+
13
+ 1. You can't use the model to deliberately produce nor share illegal or harmful outputs or content
14
+ 2. The authors claim no rights on the outputs you generate, you are free to use them and are accountable for their use which must not go against the provisions set in the license
15
+ 3. You may re-distribute the weights and use the model commercially and/or as a service. If you do, please be aware you have to include the same use restrictions as the ones in the license and share a copy of the CreativeML OpenRAIL-M to all your users (please read the license entirely and carefully)
16
+ Please read the full license carefully here: https://huggingface.co/spaces/CompVis/stable-diffusion-license
17
+
18
+ extra_gated_heading: Please read the LICENSE to access this model
19
  ---
 
20
 
21
+ # Rodent Diffusion 1.5 Model Card
22
+
23
+ Stable Diffusion is a latent text-to-image diffusion model capable of generating photo-realistic images given any text input.
24
+ The **Rodent-Diffusion-1-5** checkpoint was created from a custom Stable Diffusion v1.4 model
25
+ From the base model, small merges (0.1-0.3) were included from the following models:
26
+ - analogDiffusion
27
+ - Knolling Case
28
+ - RPGDiffusion
29
+ - classicnegative
30
+ - cuteRich
31
+ - inkpunk
32
+ - evoartMj4
33
+ - dreamshaper
34
+ - deliberate
35
+
36
+
37
+
38
+ ## Original Stable Diffusion Model Details
39
+ - **Developed by:** Robin Rombach, Patrick Esser
40
+ - **Model type:** Diffusion-based text-to-image generation model
41
+ - **Language(s):** English
42
+ - **License:** [The CreativeML OpenRAIL M license](https://huggingface.co/spaces/CompVis/stable-diffusion-license) is an [Open RAIL M license](https://www.licenses.ai/blog/2022/8/18/naming-convention-of-responsible-ai-licenses), adapted from the work that [BigScience](https://bigscience.huggingface.co/) and [the RAIL Initiative](https://www.licenses.ai/) are jointly carrying in the area of responsible AI licensing. See also [the article about the BLOOM Open RAIL license](https://bigscience.huggingface.co/blog/the-bigscience-rail-license) on which our license is based.
43
+ - **Model Description:** This is a model that can be used to generate and modify images based on text prompts. It is a [Latent Diffusion Model](https://arxiv.org/abs/2112.10752) that uses a fixed, pretrained text encoder ([CLIP ViT-L/14](https://arxiv.org/abs/2103.00020)) as suggested in the [Imagen paper](https://arxiv.org/abs/2205.11487).
44
+ - **Resources for more information:** [GitHub Repository](https://github.com/CompVis/stable-diffusion), [Paper](https://arxiv.org/abs/2112.10752).
45
+ - **Cite as:**
46
+
47
+ @InProceedings{Rombach_2022_CVPR,
48
+ author = {Rombach, Robin and Blattmann, Andreas and Lorenz, Dominik and Esser, Patrick and Ommer, Bj\"orn},
49
+ title = {High-Resolution Image Synthesis With Latent Diffusion Models},
50
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
51
+ month = {June},
52
+ year = {2022},
53
+ pages = {10684-10695}
54
+ }