tsqn commited on
Commit
711a300
1 Parent(s): 5ad5d6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -12,3 +12,14 @@ short_description: Inference with 4/8-bit quantization
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+
16
+
17
+ ## Citation
18
+ ```bibtex
19
+ @article{ma2024latte,
20
+ title={Latte: Latent Diffusion Transformer for Video Generation},
21
+ author={Ma, Xin and Wang, Yaohui and Jia, Gengyun and Chen, Xinyuan and Liu, Ziwei and Li, Yuan-Fang and Chen, Cunjian and Qiao, Yu},
22
+ journal={arXiv preprint arXiv:2401.03048},
23
+ year={2024}
24
+ }
25
+ ```