PatrickSchrML commited on
Commit
c454a74
1 Parent(s): 70f0393

added link to paper

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -223,8 +223,7 @@ with block:
223
  </div>
224
  <p style="margin-bottom: 10px; font-size: 94%">
225
  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.
226
- Stable Diffusion is a state of the art text-to-image model that generates
227
- images from text.
228
  </p>
229
  </div>
230
  """
 
223
  </div>
224
  <p style="margin-bottom: 10px; font-size: 94%">
225
  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.
226
+ 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>.
 
227
  </p>
228
  </div>
229
  """