CoolFace
Apppublic

tsushil/Multiverse

sourceHugging Faceupdated 1y agoView on Hugging Face
2likes
header.html18 linesDownload Raw Back to root
1<div style="text-align: center; max-width: 650px; margin: 0 auto;">2  <div style="3        display: inline-flex;4        gap: 0.8rem;5        font-size: 1.75rem;6        justify-content: center;7        margin-bottom: 10px;8      ">9    <h1 style="font-weight: 900; align-items: center; margin-bottom: 7px; margin-top: 20px;">10      Multiverse of Movies11    </h1>12  </div>13  <div>14    <p style="align-items: center; margin-bottom: 7px;">15      Uses Face detection & semantic segmentation to get the mask, and Stable Diffusion Inpainting to replace the mask with a different actor/actress.16    </p>17  </div>18</div>