weifeng commited on
Commit ·
77fdf45
1
Parent(s): a4de3c2
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,17 @@ license: gpl-3.0
|
|
| 4 |
|
| 5 |
- Hed 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 |
- Hed 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 |
+
|
| 10 |
+
# Citation
|
| 11 |
+
```
|
| 12 |
+
@misc{chen2023controlavideo,
|
| 13 |
+
title={Control-A-Video: Controllable Text-to-Video Generation with Diffusion Models},
|
| 14 |
+
author={Weifeng Chen and Jie Wu and Pan Xie and Hefeng Wu and Jiashi Li and Xin Xia and Xuefeng Xiao and Liang Lin},
|
| 15 |
+
year={2023},
|
| 16 |
+
eprint={2305.13840},
|
| 17 |
+
archivePrefix={arXiv},
|
| 18 |
+
primaryClass={cs.CV}
|
| 19 |
+
}
|
| 20 |
+
```
|