DiffusionDemo / html /inpainting.html
akameswa's picture
Upload 37 files
04ef268 verified
raw
history blame
No virus
831 Bytes
<details open>
<summary style="background-color: #CE6400; padding-left: 10px;">
About
</summary>
<div style="display: flex; flex-direction: row; background-color: #D87F2B; padding-left: 10px;">
<div style="flex: 1;">
<p style="margin-top: 10px">
Unlike poke, which globally alters the target image via a perturbation in the initial latent noise, inpainting alters just the region of the perturbation and allows us to specify the change we want to make.
</p>
</div>
<div style="flex: 1; align-content: center;">
<img src="https://raw.githubusercontent.com/touretzkyds/DiffusionDemo/master/images/inpainting.png" style="max-width: 100%; height: auto; margin-top: 10px; margin-bottom: 10px; padding-left: 10px;">
</div>
</div>