samim2024 commited on
Commit
a20edc7
1 Parent(s): 03c603a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -47,7 +47,7 @@ It is a latent text-to-image diffusion model capable of generating photo-realist
47
  - **Language(s):** English
48
  - **License:** creativeml-openrail-m
49
  - **Model Description:** This is a model that can be used to generate and modify images based on text prompts.
50
- - **Resources for more information:**
51
 
52
 
53
  ### Diffusers usage
@@ -69,3 +69,36 @@ image = pipe(prompt).images[0]
69
 
70
  image.save("astronaut_rides_horse.png")
71
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  - **Language(s):** English
48
  - **License:** creativeml-openrail-m
49
  - **Model Description:** This is a model that can be used to generate and modify images based on text prompts.
50
+ - **Resources for more information:** Follow instructions [here](https://github.com/runwayml/stable-diffusion).
51
 
52
 
53
  ### Diffusers usage
 
69
 
70
  image.save("astronaut_rides_horse.png")
71
  ```
72
+
73
+ # Uses
74
+
75
+ ## Direct Use
76
+ The model is intended for research purposes only. Possible research areas and
77
+ tasks include
78
+
79
+ - Safe deployment of models which have the potential to generate harmful content.
80
+ - Probing and understanding the limitations and biases of generative models.
81
+ - Generation of artworks and use in design and other artistic processes.
82
+ - Applications in educational or creative tools.
83
+ - Research on generative models.
84
+
85
+ Excluded uses are described below.
86
+
87
+ ### Misuse, Malicious Use, and Out-of-Scope Use
88
+
89
+ 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.
90
+
91
+ #### Out-of-Scope Use
92
+ 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.
93
+
94
+ #### Misuse and Malicious Use
95
+ Using the model to generate content that is cruel to individuals is a misuse of this model. This includes, but is not limited to:
96
+
97
+ - Generating demeaning, dehumanizing, or otherwise harmful representations of people or their environments, cultures, religions, etc.
98
+ - Intentionally promoting or propagating discriminatory content or harmful stereotypes.
99
+ - Impersonating individuals without their consent.
100
+ - Sexual content without consent of the people who might see it.
101
+ - Mis- and disinformation
102
+ - Representations of egregious violence and gore
103
+ - Sharing of copyrighted or licensed material in violation of its terms of use.
104
+ - Sharing content that is an alteration of copyrighted or licensed material in violation of its terms of use.