sayakpaul HF staff commited on
Commit
45ead0b
1 Parent(s): 0b22beb

change description.

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -73,9 +73,14 @@ with block:
73
  <li><a href=https://en.wikipedia.org/wiki/Inception_score>Inception Score</a></li>
74
  <li><a href=https://arxiv.org/abs/2104.08718>Clip Score</a></li>
75
  </ul>
76
- </ul>
77
- <p><h4>Biases and content acknowledgment</h4>
78
- 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>
 
 
 
 
 
79
  </div>
80
  """
81
  )
 
73
  <li><a href=https://en.wikipedia.org/wiki/Inception_score>Inception Score</a></li>
74
  <li><a href=https://arxiv.org/abs/2104.08718>Clip Score</a></li>
75
  </ul>
76
+ </ul></p>
77
+ <p><h4>Notes</h4>
78
+ <ul>
79
+ <li>The default scheduler associated with the provided checkpoint is always used for reporting the scores.</li>
80
+ <li>Increasing both the number of images per prompt and the number of inference steps could quickly build up the inference queue and thus
81
+ resulting in slowdowns.</li>
82
+ </ul>
83
+ </p>
84
  </div>
85
  """
86
  )