text-to-video-newpull

#8
by news - opened
Files changed (1) hide show
  1. README.md +1 -7
README.md CHANGED
@@ -39,7 +39,7 @@ This model has a wide range of applications and can reason and generate videos b
39
  Let's first install the libraries required:
40
 
41
  ```bash
42
- $ pip install diffusers transformers accelerate torch
43
  ```
44
 
45
  Now, generate a video:
@@ -140,12 +140,6 @@ _(Part of this model card has been taken from [here](https://huggingface.co/damo
140
  ## Citation
141
 
142
  ```bibtex
143
- @article{wang2023modelscope,
144
- title={Modelscope text-to-video technical report},
145
- author={Wang, Jiuniu and Yuan, Hangjie and Chen, Dayou and Zhang, Yingya and Wang, Xiang and Zhang, Shiwei},
146
- journal={arXiv preprint arXiv:2308.06571},
147
- year={2023}
148
- }
149
  @InProceedings{VideoFusion,
150
  author = {Luo, Zhengxiong and Chen, Dayou and Zhang, Yingya and Huang, Yan and Wang, Liang and Shen, Yujun and Zhao, Deli and Zhou, Jingren and Tan, Tieniu},
151
  title = {VideoFusion: Decomposed Diffusion Models for High-Quality Video Generation},
 
39
  Let's first install the libraries required:
40
 
41
  ```bash
42
+ $ pip install git+https://github.com/huggingface/diffusers transformers accelerate
43
  ```
44
 
45
  Now, generate a video:
 
140
  ## Citation
141
 
142
  ```bibtex
 
 
 
 
 
 
143
  @InProceedings{VideoFusion,
144
  author = {Luo, Zhengxiong and Chen, Dayou and Zhang, Yingya and Huang, Yan and Wang, Liang and Shen, Yujun and Zhao, Deli and Zhou, Jingren and Tan, Tieniu},
145
  title = {VideoFusion: Decomposed Diffusion Models for High-Quality Video Generation},