tsushil/Multiverse
2
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>