BestWishYsh
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,10 @@ language:
|
|
5 |
pipeline_tag: image-to-video
|
6 |
---
|
7 |
|
|
|
|
|
|
|
|
|
8 |
<h1 align="center"> <a href="https://pku-yuangroup.github.io/ConsisID">Identity-Preserving Text-to-Video Generation by Frequency Decomposition</a></h1>
|
9 |
|
10 |
<h5 align="center"> If you like our project, please give us a star ⭐ on GitHub for the latest update. </h2>
|
@@ -15,7 +19,19 @@ Identity-Preserving Text-to-Video Generation.
|
|
15 |
[![Demo Video of ConsisID](https://github.com/user-attachments/assets/634248f6-1b54-4963-88d6-34fa7263750b)](https://www.youtube.com/watch?v=PhlgC-bI5SQ)
|
16 |
or you can click <a href="https://github.com/SHYuanBest/shyuanbest_media/raw/refs/heads/main/ConsisID/showcase_videos.mp4">here</a> to watch the video.
|
17 |
|
18 |
-
##
|
19 |
- **Repository:** [Code](https://github.com/PKU-YuanGroup/ConsisID), [Page](https://pku-yuangroup.github.io/ConsisID/), [Data](https://huggingface.co/datasets/BestWishYsh/ConsisID-preview-Data)
|
20 |
- **Paper:** arxiv.org/abs/2411.17440
|
21 |
-
- **Point of Contact:** [Shenghai Yuan]([email protected])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
pipeline_tag: image-to-video
|
6 |
---
|
7 |
|
8 |
+
<div align=center>
|
9 |
+
<img src="https://github.com/PKU-YuanGroup/ConsisID/blob/main/asserts/ConsisID_logo.png?raw=true" width="150px">
|
10 |
+
</div>
|
11 |
+
|
12 |
<h1 align="center"> <a href="https://pku-yuangroup.github.io/ConsisID">Identity-Preserving Text-to-Video Generation by Frequency Decomposition</a></h1>
|
13 |
|
14 |
<h5 align="center"> If you like our project, please give us a star ⭐ on GitHub for the latest update. </h2>
|
|
|
19 |
[![Demo Video of ConsisID](https://github.com/user-attachments/assets/634248f6-1b54-4963-88d6-34fa7263750b)](https://www.youtube.com/watch?v=PhlgC-bI5SQ)
|
20 |
or you can click <a href="https://github.com/SHYuanBest/shyuanbest_media/raw/refs/heads/main/ConsisID/showcase_videos.mp4">here</a> to watch the video.
|
21 |
|
22 |
+
## Description
|
23 |
- **Repository:** [Code](https://github.com/PKU-YuanGroup/ConsisID), [Page](https://pku-yuangroup.github.io/ConsisID/), [Data](https://huggingface.co/datasets/BestWishYsh/ConsisID-preview-Data)
|
24 |
- **Paper:** arxiv.org/abs/2411.17440
|
25 |
+
- **Point of Contact:** [Shenghai Yuan]([email protected])
|
26 |
+
|
27 |
+
## ✏️ Citation
|
28 |
+
If you find our paper and code useful in your research, please consider giving a star and citation.
|
29 |
+
|
30 |
+
```BibTeX
|
31 |
+
@article{yuan2024identity,
|
32 |
+
title={Identity-Preserving Text-to-Video Generation by Frequency Decomposition},
|
33 |
+
author={Yuan, Shenghai and Huang, Jinfa and He, Xianyi and Ge, Yunyuan and Shi, Yujun and Chen, Liuhan and Luo, Jiebo and Yuan, Li},
|
34 |
+
journal={arXiv preprint arXiv:2411.17440},
|
35 |
+
year={2024}
|
36 |
+
}
|
37 |
+
```
|