BestWishYsh commited on
Commit
7df6bae
·
verified ·
1 Parent(s): 06c42a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -145,10 +145,11 @@ warning: it will cost more time in inference and may also reduce the quality.
145
  If you find our paper and code useful in your research, please consider giving a star and citation.
146
 
147
  ```BibTeX
148
- @article{yuan2024identity,
149
- title={Identity-Preserving Text-to-Video Generation by Frequency Decomposition},
150
- author={Yuan, Shenghai and Huang, Jinfa and He, Xianyi and Ge, Yunyuan and Shi, Yujun and Chen, Liuhan and Luo, Jiebo and Yuan, Li},
151
- journal={arXiv preprint arXiv:2411.17440},
152
- year={2024}
 
153
  }
154
  ```
 
145
  If you find our paper and code useful in your research, please consider giving a star and citation.
146
 
147
  ```BibTeX
148
+ @inproceedings{yuan2025identity,
149
+ title={Identity-preserving text-to-video generation by frequency decomposition},
150
+ author={Yuan, Shenghai and Huang, Jinfa and He, Xianyi and Ge, Yunyang and Shi, Yujun and Chen, Liuhan and Luo, Jiebo and Yuan, Li},
151
+ booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
152
+ pages={12978--12988},
153
+ year={2025}
154
  }
155
  ```