Update README.md
Browse files
README.md
CHANGED
|
@@ -114,5 +114,16 @@ agent_cfg_path = 'configs/clm_models/agent_7b_in64_out64_video_gmm_sft_comp.yaml
|
|
| 114 |
## License
|
| 115 |
`Divot` is licensed under the Apache License Version 2.0 for academic purpose only except for the third-party components listed in [License](https://huggingface.co/TencentARC/Divot/blob/main/License.txt).
|
| 116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
## Acknowledge
|
| 118 |
Our code for Divot tokenizer and de-tokenizer is built upon [DynamiCrafter](https://github.com/Doubiiu/DynamiCrafter). Thanks for their excellent work!
|
|
|
|
| 114 |
## License
|
| 115 |
`Divot` is licensed under the Apache License Version 2.0 for academic purpose only except for the third-party components listed in [License](https://huggingface.co/TencentARC/Divot/blob/main/License.txt).
|
| 116 |
|
| 117 |
+
## Citation
|
| 118 |
+
If you find the work helpful, please consider citing:
|
| 119 |
+
```bash
|
| 120 |
+
@article{ge2024divot,
|
| 121 |
+
title={Divot: Diffusion Powers Video Tokenizer for Comprehension and Generation},
|
| 122 |
+
author={Ge, Yuying and Li, Yizhuo and Ge, Yixiao and Shan, Ying},
|
| 123 |
+
journal={arXiv preprint arXiv:2412.04432},
|
| 124 |
+
year={2024}
|
| 125 |
+
}
|
| 126 |
+
```
|
| 127 |
+
|
| 128 |
## Acknowledge
|
| 129 |
Our code for Divot tokenizer and de-tokenizer is built upon [DynamiCrafter](https://github.com/Doubiiu/DynamiCrafter). Thanks for their excellent work!
|