LituRout commited on
Commit
fcc18ca
1 Parent(s): be2cac8
Files changed (1) hide show
  1. header.html +1 -1
header.html CHANGED
@@ -12,7 +12,7 @@
12
  </div>
13
  <div>
14
  <p style="align-items: center; margin-bottom: 7px;">
15
- Image inpainting by Posterior Sampling with Latent Diffusion (PSLD) <br>
16
  Given an image (square size preferred) and a user defined mask,
17
  click on Inpaint to generate missing parts. <br>
18
  Reduce the number of diffusion steps (e.g. 100) for faster sampling at the cost of sample quality.
 
12
  </div>
13
  <div>
14
  <p style="align-items: center; margin-bottom: 7px;">
15
+ <a href="https://arxiv.org/abs/2307.00619" style="text-decoration: underline;" target="_blank">Image inpainting by Posterior Sampling with Latent Diffusion (PSLD)</a> <br>
16
  Given an image (square size preferred) and a user defined mask,
17
  click on Inpaint to generate missing parts. <br>
18
  Reduce the number of diffusion steps (e.g. 100) for faster sampling at the cost of sample quality.