Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
3dfe1c4
1
Parent(s):
a4c1ea5
Typo and grammatical corrections in the LICENSE section
Browse files
app.py
CHANGED
@@ -292,9 +292,9 @@ with block:
|
|
292 |
</div>
|
293 |
<div class="acknowledgments">
|
294 |
<p><h4>LICENSE</h4>
|
295 |
-
The model is licensed with
|
296 |
<p><h4>Biases and content acknowledgment</h4>
|
297 |
-
Despite how impressive being able to turn text into image is, beware to the fact that this model may output content that reinforces or exacerbates societal biases, as well as realistic faces, pornography and violence. The model was trained on the <a href="https://laion.ai/blog/laion-5b/" style="text-decoration: underline;" target="_blank">LAION-5B dataset</a>, which scraped non-curated image-text-pairs from the internet (the exception being the
|
298 |
</div>
|
299 |
"""
|
300 |
)
|
|
|
292 |
</div>
|
293 |
<div class="acknowledgments">
|
294 |
<p><h4>LICENSE</h4>
|
295 |
+
The model is licensed with a <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license" style="text-decoration: underline;" target="_blank">CreativeML Open RAIL-M</a> license. 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 this license. The license forbids you from sharing any content that violates any laws, produce any harm to a person, disseminate any personal information that would be meant for harm, spread misinformation and target vulnerable groups. For the full list of restrictions please <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license" target="_blank" style="text-decoration: underline;" target="_blank">read the license</a></p>
|
296 |
<p><h4>Biases and content acknowledgment</h4>
|
297 |
+
Despite how impressive being able to turn text into image is, beware to the fact that this model may output content that reinforces or exacerbates societal biases, as well as realistic faces, pornography and violence. The model was trained on the <a href="https://laion.ai/blog/laion-5b/" style="text-decoration: underline;" target="_blank">LAION-5B dataset</a>, which scraped non-curated image-text-pairs from the internet (the exception being the removal of illegal content) and is meant for research purposes. You can read more in the <a href="https://huggingface.co/CompVis/stable-diffusion-v1-4" style="text-decoration: underline;" target="_blank">model card</a></p>
|
298 |
</div>
|
299 |
"""
|
300 |
)
|