fashn-vton-1.5 / banner.html
Dan Bochman
fix(banner): add target and rel attributes to external links
5738ef7
<div style="
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
background: linear-gradient(45deg, #1a1a1a 0%, #333333 100%);
padding: 24px;
gap: 24px;
border-radius: 8px;
">
<div style="display: flex; gap: 8px;">
<h1 style="
font-size: 42px;
color: #fafafa;
margin: 0;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
'Lucida Sans', Arial, sans-serif;
">
FASHN VTON v1.5
</h1>
</div>
<p style="
margin: 0;
line-height: 1.6rem;
font-size: 18px;
color: #fafafa;
opacity: 0.9;
">
Efficient Maskless Virtual Try-On in Pixel Space
</p>
<p style="
margin: 0;
line-height: 1.5rem;
font-size: 14px;
color: #fafafa;
opacity: 0.7;
">
Virtual try-on model that generates photorealistic images directly in pixel space without requiring segmentation masks.
</p>
<div style="
display: flex;
justify-content: center;
align-items: center;
text-align: center;
gap: 4px;
flex-wrap: wrap;
">
<a href="https://fashn.ai" target="_blank" rel="noopener"><img src="https://custom-icon-badges.demolab.com/badge/FASHN_AI-333333?style=for-the-badge&logo=fashn" alt="FASHN AI" /></a>
<a href="https://fashn.ai/research/vton-1-5" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/Project-Page-1A1A1A?style=for-the-badge" alt="Project Page" /></a>
<a href="https://github.com/fashn-AI/fashn-vton-1.5" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white" alt="Github" /></a>
<a href="https://huggingface.co/fashn-ai/fashn-vton-1.5" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Model-FFD21E?style=for-the-badge" alt="HuggingFace Model" /></a>
<a href="#" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/arXiv-Coming%20Soon-b31b1b?style=for-the-badge&logo=arXiv&logoColor=white" alt="arXiv" /></a>
<a href="https://discord.gg/4XRXgJ2ysU" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white" alt="Discord" /></a>
</div>
</div>