Update README.md
Browse files
README.md
CHANGED
@@ -1,34 +1,35 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
tags:
|
6 |
-
- fancyvideo
|
7 |
-
- video-generation
|
8 |
-
- text-to-video
|
9 |
-
---
|
10 |
-
# FancyVideo
|
11 |
-
This repository is the official implementation of [FancyVideo](https://360cvgroup.github.io/FancyVideo/).
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
We
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
}
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- fancyvideo
|
7 |
+
- video-generation
|
8 |
+
- text-to-video
|
9 |
+
---
|
10 |
+
# FancyVideo
|
11 |
+
This repository is the official implementation of [FancyVideo](https://360cvgroup.github.io/FancyVideo/).
|
12 |
+
|
13 |
+
**[FancyVideo: Towards Dynamic and Consistent Video Generation via Cross-frame Textual Guidance](https://arxiv.org/abs/2408.08189)**
|
14 |
+
</br>
|
15 |
+
Jiasong Feng*, Ao Ma*, Jing Wang*, Bo Cheng, Xiaodan Liang, Dawei Leng†, Yuhui Yin(*Equal Contribution, ✝Corresponding Author)
|
16 |
+
</br>
|
17 |
+
|
18 |
+
## We Are Hiring
|
19 |
+
We are seeking academic interns in the AIGC field. If interested, please send your resume to [[email protected]](mailto:[email protected]).
|
20 |
+
|
21 |
+
## BibTeX
|
22 |
+
```
|
23 |
+
@misc{feng2024fancyvideodynamicconsistentvideo,
|
24 |
+
title={FancyVideo: Towards Dynamic and Consistent Video Generation via Cross-frame Textual Guidance},
|
25 |
+
author={Jiasong Feng and Ao Ma and Jing Wang and Bo Cheng and Xiaodan Liang and Dawei Leng and Yuhui Yin},
|
26 |
+
year={2024},
|
27 |
+
eprint={2408.08189},
|
28 |
+
archivePrefix={arXiv},
|
29 |
+
primaryClass={cs.CV},
|
30 |
+
url={https://arxiv.org/abs/2408.08189},
|
31 |
+
}
|
32 |
+
```
|
33 |
+
|
34 |
+
## License
|
35 |
+
This project is licensed under the [Apache License (Version 2.0)](https://github.com/modelscope/modelscope/blob/master/LICENSE).
|