Spaces:
Sleeping
Sleeping
File size: 1,433 Bytes
5af269e 01281d7 5af269e 01281d7 5af269e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
<style>
.button-container {
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
}
</style>
<div style="text-align: center; max-width: 900px; margin: 0 auto;">
<div>
<h1>
StyleCrafter: Enhancing Stylized Text-to-Video Generation with Style Adapter
</h1>
</div>
<div style="text-align: center; max-width: 700px; margin: 0 auto;">
<p style="align-items: center; margin-bottom: 10px;">
This is a online demo for StyleCrafter, a model that can generate images/videos with your favorite style.
</p>
<p style="align-items: center; margin-bottom: 10px;">
You can upload your own style image and text description, and StyleCrafter will intelligently combine the style elements from the image and the text to create a unique and visually appealing output.
</p>
</div>
<div class="column has-text-centered button-container">
<a href='https://arxiv.org/abs/2312.00330'><img src='https://img.shields.io/badge/arXiv-2312.00330-b31b1b.svg'></a>
<a href='https://gongyeliu.github.io/StyleCrafter.github.io/'><img src='https://img.shields.io/badge/Project-Page-Green'></a>
<a href='https://github.com/GongyeLiu/StyleCrafter'><img src='https://img.shields.io/badge/GitHub-Code-181717?logo=github&labelCase=asis'></a>
</div>
</div> |