PSLD / header.html
LituRout's picture
add arxiv
fcc18ca
raw
history blame contribute delete
No virus
872 Bytes
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
<div style="
display: inline-flex;
gap: 0.8rem;
font-size: 1.75rem;
justify-content: center;
margin-bottom: 10px;
">
<h1 style="font-weight: 900; align-items: center; margin-bottom: 7px; margin-top: 20px;">
PSLD Image Inpainting
</h1>
</div>
<div>
<p style="align-items: center; margin-bottom: 7px;">
<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>
Given an image (square size preferred) and a user defined mask,
click on Inpaint to generate missing parts. <br>
Reduce the number of diffusion steps (e.g. 100) for faster sampling at the cost of sample quality.
</p>
</div>
</div>