Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SHYuanBest authored Nov 27, 2024
1 parent abf3c8c commit 30f7f63
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h1 class="title is-1 publication-title">Identity-Preserving Text-to-Video Gener
<div class="publication-links">
<!-- PDF Link. -->
<span class="link-block">
<a href=""
<a href="https://arxiv.org/pdf/2411.17440"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand All @@ -92,7 +92,7 @@ <h1 class="title is-1 publication-title">Identity-Preserving Text-to-Video Gener
</a>
</span>
<span class="link-block">
<a href=""
<a href="https://arxiv.org/abs/2411.17440"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
Expand All @@ -112,7 +112,7 @@ <h1 class="title is-1 publication-title">Identity-Preserving Text-to-Video Gener
</span>
<!-- Dataset Link. -->
<span class="link-block">
<a href=""
<a href="https://huggingface.co/datasets/BestWishYsh/ConsisID-Data"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="far fa-images"></i>
Expand All @@ -121,7 +121,7 @@ <h1 class="title is-1 publication-title">Identity-Preserving Text-to-Video Gener
</a>
<!-- HuggingFace Link. -->
<span class="link-block">
<a href=""
<a href="https://huggingface.co/spaces/BestWishYsh/ConsisID-preview-Space"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-robot"></i>
Expand Down Expand Up @@ -1531,7 +1531,15 @@ <h2 class="title is-3">Samples of our In-House Dataset</h2>
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code></code></pre>
<pre><code>@misc{yuan2024identitypreservingtexttovideogenerationfrequency,
title={Identity-Preserving Text-to-Video Generation by Frequency Decomposition},
author={Shenghai Yuan and Jinfa Huang and Xianyi He and Yunyuan Ge and Yujun Shi and Liuhan Chen and Jiebo Luo and Li Yuan},
year={2024},
eprint={2411.17440},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2411.17440},
}</code></pre>
</div>
</section>

Expand All @@ -1540,10 +1548,10 @@ <h2 class="title">BibTeX</h2>
<div class="container">
<div class="content has-text-centered">
<a class="icon-link"
href="">
href="https://arxiv.org/pdf/2411.17440">
<i class="fas fa-file-pdf"></i>
</a>
<a class="icon-link" href="" class="external-link" disabled>
<a class="icon-link" href="https://github.com/PKU-YuanGroup/ConsisID" class="external-link" disabled>
<i class="fab fa-github"></i>
</a>
</div>
Expand Down

0 comments on commit 30f7f63

Please sign in to comment.