weifeng
commited on
Commit
•
bff85cb
1
Parent(s):
ef55f7f
Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,16 @@ license: gpl-3.0
|
|
4 |
|
5 |
- Canny Control Pretrained model for [control-a-video](https://arxiv.org/abs/2305.13840)
|
6 |
- Project page: https://controlavideo.github.io/
|
7 |
-
- Code: https://github.com/Weifeng-Chen/control-a-video
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
- Canny Control Pretrained model for [control-a-video](https://arxiv.org/abs/2305.13840)
|
6 |
- Project page: https://controlavideo.github.io/
|
7 |
+
- Code: https://github.com/Weifeng-Chen/control-a-video
|
8 |
+
|
9 |
+
# Citation
|
10 |
+
```
|
11 |
+
@misc{chen2023controlavideo,
|
12 |
+
title={Control-A-Video: Controllable Text-to-Video Generation with Diffusion Models},
|
13 |
+
author={Weifeng Chen and Jie Wu and Pan Xie and Hefeng Wu and Jiashi Li and Xin Xia and Xuefeng Xiao and Liang Lin},
|
14 |
+
year={2023},
|
15 |
+
eprint={2305.13840},
|
16 |
+
archivePrefix={arXiv},
|
17 |
+
primaryClass={cs.CV}
|
18 |
+
}
|
19 |
+
```
|