Multiverse / header.html
Sushil Thapa
Add stable diffusion inpainting
306aad1
raw
history blame contribute delete
613 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;">
Multiverse of Movies
</h1>
</div>
<div>
<p style="align-items: center; margin-bottom: 7px;">
Uses Face detection & semantic segmentation to get the mask, and Stable Diffusion Inpainting to replace the mask with a different actor/actress.
</p>
</div>
</div>