PatrickSchrML commited on
Commit
d58bb8d
1 Parent(s): a24bb26

link to vs demo

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -239,6 +239,9 @@ with block:
239
  Safe Stable Diffusion extends Stable Diffusion with safety guidance. In the case of NSFW images it returns the closest non-NSFW images instead of a black square.
240
  Details can be found in the <a href="https://arxiv.org/abs/2211.05105" style="text-decoration: underline;" target="_blank">Safe Latent Diffusion: Mitigating Inappropriate Degeneration in Diffusion Models paper</a>.
241
  </p>
 
 
 
242
  </div>
243
  """
244
  )
 
239
  Safe Stable Diffusion extends Stable Diffusion with safety guidance. In the case of NSFW images it returns the closest non-NSFW images instead of a black square.
240
  Details can be found in the <a href="https://arxiv.org/abs/2211.05105" style="text-decoration: underline;" target="_blank">Safe Latent Diffusion: Mitigating Inappropriate Degeneration in Diffusion Models paper</a>.
241
  </p>
242
+ <p style="margin-bottom: 10px; font-size: 94%">
243
+ To directly compare to Stable Diffusion try this <a href="https://huggingface.co/spaces/AIML-TUDA/unsafe-vs-safe-stable-diffusion" style="text-decoration: underline;" target="_blank">demo</a>.
244
+ </p>
245
  </div>
246
  """
247
  )