DESSEP commited on
Commit
750908a
1 Parent(s): ed1045f

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - stable-diffusion
5
+ - text-to-image
6
+ pinned: true
7
+ language:
8
+ - en
9
+ pipeline_tag: text-to-image
10
+ ---
11
+
12
+ # DESSEP "DreamCORE" [base] Model Card
13
+ This model card focuses on the model associated with the Stable Diffusion v2.x model, codebase available [here](https://github.com/Stability-AI/stablediffusion).
14
+
15
+ ## Model Details
16
+ - **Developed by:** Evgeniy Pantin
17
+ - **Model type:** Diffusion-based text-to-image generation model
18
+ - **Language(s):** English
19
+ - **License:** [CC-BY-NC-4.0 License](https://spdx.org/licenses/CC-BY-NC-4.0)
20
+ - **Model Description:** This is a model that can be used to generate and modify images based on text prompts.
21
+
22
+ ![img](./dreamcore_base.png)
23
+ ![img](./image.png)
24
+
25
+ # Uses
26
+
27
+ ## Direct Use
28
+ The model is intended for research purposes only. Possible research areas and tasks include:
29
+
30
+ - Research on generative models.
31
+ - Probing and understanding the limitations and biases of generative models.
32
+ - Generation of artworks and use in design and other artistic processes.
33
+ - Applications in educational or creative tools.
34
+ - Safe deployment of models which have the potential to generate harmful content.
35
+
36
+ Excluded uses are described below.
37
+
38
+ ### Restriction on Use, Malicious Use, and Out-of-Scope Use
39
+
40
+ - It is prohibited to obtain any financial benefit from using this model in commercial projects without the prior written permission of the author.
41
+ - Use of this model in image generation services for financial gain is prohibited without prior written permission from the author.
42
+ - Merging the model or its parts with other models is prohibited.
43
+ - Use the resulting images to train other models is prohibited.
44
+
45
+ The model should not be used to intentionally create or disseminate images that create hostile or alienating environments for people. This includes generating images that people would foreseeably find disturbing, distressing, or offensive; or content that propagates historical or current stereotypes.
46
+
47
+ #### Out-of-Scope Use
48
+ The model was not trained to be factual or true representations of people or events, and therefore using the model to generate such content is out-of-scope for the abilities of this model.
49
+
50
+ #### Misuse and Malicious Use
51
+ Using the model to generate content that is cruel to individuals is a misuse of this model. This includes, but is not limited to:
52
+
53
+ - Generating demeaning, dehumanizing, or otherwise harmful representations of people or their environments, cultures, religions, etc.
54
+ - Intentionally promoting or propagating discriminatory content or harmful stereotypes.
55
+ - Impersonating individuals without their consent.
56
+ - Sexual content without consent of the people who might see it.
57
+ - Mis- and disinformation
58
+ - Representations of egregious violence and gore
59
+ - Sharing of copyrighted or licensed material in violation of its terms of use.
60
+ - Sharing content that is an alteration of copyrighted or licensed material in violation of its terms of use.
61
+
62
+ ### Limitations
63
+
64
+ - The model cannot render legible text
65
+ - The model does not perform well on more difficult tasks which involve compositionality, such as rendering an image corresponding to “A red cube on top of a blue sphere”
66
+ - Faces and people in general may not be generated properly.
67
+ - The model was trained mainly with English captions and will not work as well in other languages.
68
+ - The autoencoding part of the model is lossy
69
+
70
+ ## Training
71
+
72
+ **Training Data**
73
+ The model developer used the following dataset for training the model:
74
+
75
+ - This model was trained on synthetic images, photographs and original layouts created in the "Design Studio of Evgeny Pantin" (DESSEP). The training was carried out in several stages, on highly artistic images measuring 576x576, 768x768, 896x896
76
+ - The training images were carefully selected and did not contain NSFW data.
77
+
78
+ ## Addition
79
+
80
+ The model's capabilities can be expanded using:
81
+ LoRa
82
+ LyCORIS
83
+ HyperNetwork
84
+
85
+ ## NOTE
86
+ - If you want to use the model for commercial purposes, please contact me to discuss the terms.
87
+ - If you do not understand any point of this license, please contact me for clarification in any of the ways indicated below.
88
+
89
+ zakaznadizain@gmail.com
90
+
91
+ *This model card was written by: Evgeniy Pantin