Dan Bochman
initial commit without ckpt
cd4d90a unverified
raw
history blame
No virus
477 Bytes
<div style="
padding: 12px;
border: 1px solid #333333;
border-radius: 8px;
text-align: center;
display: flex;
flex-direction: column;
gap: 8px;
">
<b style="font-size: 18px;"> ❣️ Tips for successful segmentations</b>
<ul style="
display: flex;
gap: 12px;
justify-content: center;
li {
margin: 0;
}
">
<li>3:4 aspect ratio</li>
<li>768x1024 (width x height) resolution</li>
</ul>
</div>