CoolFace
Apppublic

Fantasy-Studio/Paint-by-Example

sourceHugging Faceupdated 3y agoView on Hugging Face
95likes
header.html22 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      Paint by Example ๐ŸŽจ11    </h1>12  </div>13  <div>14    <p style="align-items: center; margin-bottom: 7px;">15      Paint by Example, upload a source image and draw a mask for what you want to replace with a example image. 16    </p>17    <p style="align-items: center; margin-bottom: 7px;">18      Paper is available in <a style="text-decoration: underline;" href="https://arxiv.org/abs/2211.13227">Arxiv</a>. If you like this demo, please help to โญ the <a style="text-decoration: underline;" href="https://github.com/Fantasy-Studio/Paint-by-Example">Github Repo</a> ๐Ÿ˜Š.19    </p>20    <p>You can skip the queue by duplicating this space and upgrading to gpu in settings: <a style='display:inline-block' href='https://huggingface.co/spaces/Fantasy-Studio/Paint-by-Example?duplicate=true'><img src='https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14' alt='Duplicate Space'></a></p>21  </div>22</div>