mirror of
https://github.com/Stability-AI/stablediffusion.git
synced 2024-12-22 15:44:58 +00:00
typo: Correct "NFSW" to "NSFW" in Model Card
Corrected a typo in the Stable Diffusion v2 Model Card. Changed "NFSW" to "NSFW" in the Limitations section to ensure accurate and clear documentation.
This commit is contained in:
parent
cf1d67a6fd
commit
ac406f0056
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Using the model to generate content that is cruel to individuals is a misuse of
|
||||||
- The model was trained mainly with English captions and will not work as well in other languages.
|
- The model was trained mainly with English captions and will not work as well in other languages.
|
||||||
- The autoencoding part of the model is lossy
|
- The autoencoding part of the model is lossy
|
||||||
- The model was trained on a subset of the large-scale dataset
|
- The model was trained on a subset of the large-scale dataset
|
||||||
[LAION-5B](https://laion.ai/blog/laion-5b/), which contains adult, violent and sexual content. To partially mitigate this, we have filtered the dataset using LAION's NFSW detector (see Training section).
|
[LAION-5B](https://laion.ai/blog/laion-5b/), which contains adult, violent and sexual content. To partially mitigate this, we have filtered the dataset using LAION's NSFW detector (see Training section).
|
||||||
|
|
||||||
### Bias
|
### Bias
|
||||||
While the capabilities of image generation models are impressive, they can also reinforce or exacerbate social biases.
|
While the capabilities of image generation models are impressive, they can also reinforce or exacerbate social biases.
|
||||||
|
|
Loading…
Reference in a new issue