crumb commited on
Commit
e18c712
1 Parent(s): b166b7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -71
README.md CHANGED
@@ -36,74 +36,4 @@ Datasets:
36
  | A-1K | 1k scraped images, captioned with BLIP (more refined aesthetic) | private, worried about possible unsafe (nsfw, offensive) images or captions |
37
  | E-10k | 10k scraped images captioned with BLIP (less refined aesthetic) | private, worried about possible unsafe (nsfw, offensive) images or captions |
38
 
39
- _Note this section taken from the Stable Diffusion model card._
40
-
41
- # Uses
42
-
43
- ## Direct Use
44
- The model is intended for research purposes only. Possible research areas and
45
- tasks include
46
-
47
- - Safe deployment of models which have the potential to generate harmful content.
48
- - Probing and understanding the limitations and biases of generative models.
49
- - Generation of artworks and use in design and other artistic processes.
50
- - Applications in educational or creative tools.
51
- - Research on generative models.
52
-
53
- Excluded uses are described below.
54
-
55
- ### Misuse, Malicious Use, and Out-of-Scope Use
56
- _Note: This section is taken from the [DALLE-MINI model card](https://huggingface.co/dalle-mini/dalle-mini), but applies in the same way to Stable Diffusion v1_.
57
-
58
-
59
- 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.
60
-
61
- #### Out-of-Scope Use
62
- 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.
63
-
64
- #### Misuse and Malicious Use
65
- Using the model to generate content that is cruel to individuals is a misuse of this model. This includes, but is not limited to:
66
-
67
- - Generating demeaning, dehumanizing, or otherwise harmful representations of people or their environments, cultures, religions, etc.
68
- - Intentionally promoting or propagating discriminatory content or harmful stereotypes.
69
- - Impersonating individuals without their consent.
70
- - Sexual content without consent of the people who might see it.
71
- - Mis- and disinformation
72
- - Representations of egregious violence and gore
73
- - Sharing of copyrighted or licensed material in violation of its terms of use.
74
- - Sharing content that is an alteration of copyrighted or licensed material in violation of its terms of use.
75
-
76
- ## Limitations and Bias
77
-
78
- ### Limitations
79
-
80
- - The model does not achieve perfect photorealism
81
- - The model cannot render legible text
82
- - 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”
83
- - Faces and people in general may not be generated properly.
84
- - The model was trained mainly with English captions and will not work as well in other languages.
85
- - The autoencoding part of the model is lossy
86
- - The model was trained on a large-scale dataset
87
- [LAION-5B](https://laion.ai/blog/laion-5b/) which contains adult material
88
- and is not fit for product use without additional safety mechanisms and
89
- considerations.
90
- - No additional measures were used to deduplicate the dataset. As a result, we observe some degree of memorization for images that are duplicated in the training data.
91
- The training data can be searched at [https://rom1504.github.io/clip-retrieval/](https://rom1504.github.io/clip-retrieval/) to possibly assist in the detection of memorized images.
92
-
93
- ### Bias
94
-
95
- While the capabilities of image generation models are impressive, they can also reinforce or exacerbate social biases.
96
- Stable Diffusion v1 was trained on subsets of [LAION-2B(en)](https://laion.ai/blog/laion-5b/),
97
- which consists of images that are primarily limited to English descriptions.
98
- Texts and images from communities and cultures that use other languages are likely to be insufficiently accounted for.
99
- This affects the overall output of the model, as white and western cultures are often set as the default. Further, the
100
- ability of the model to generate content with non-English prompts is significantly worse than with English-language prompts.
101
-
102
- ### Safety Module
103
-
104
- The intended use of this model is with the [Safety Checker](https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/stable_diffusion/safety_checker.py) in Diffusers.
105
- This checker works by checking model outputs against known hard-coded NSFW concepts.
106
- The concepts are intentionally hidden to reduce the likelihood of reverse-engineering this filter.
107
- Specifically, the checker compares the class probability of harmful concepts in the embedding space of the `CLIPTextModel` *after generation* of the images.
108
- The concepts are passed into the model with the generated image and compared to a hand-engineered weight for each NSFW concept.
109
-
 
36
  | A-1K | 1k scraped images, captioned with BLIP (more refined aesthetic) | private, worried about possible unsafe (nsfw, offensive) images or captions |
37
  | E-10k | 10k scraped images captioned with BLIP (less refined aesthetic) | private, worried about possible unsafe (nsfw, offensive) images or captions |
38
 
39
+ _Limitations and Biases from Stable Diffusion also apply to this model._