CoolFace
Apppublic

tsqn/CogVideoX-5B-24frames_20steps-low_vram

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
App README

Gradio Composite Demo

This Gradio demo integrates the CogVideoX-5B model, allowing you to perform video inference directly in your browser. It supports features like UpScale, RIFE, and other functionalities.

Environment Setup

Set the following environment variables in your system:

  • GRADIOTEMPDIR= gradio_tmp

Installation

bash
pip install -r requirements.txt 

Running the code

bash
python gradio_web_demo.py

Citation

@article{yang2024cogvideox,
  title={CogVideoX: Text-to-Video Diffusion Models with An Expert Transformer},
  author={Yang, Zhuoyi and Teng, Jiayan and Zheng, Wendi and Ding, Ming and Huang, Shiyu and Xu, Jiazheng and Yang, Yuanming and Hong, Wenyi and Zhang, Xiaohan and Feng, Guanyu and others},
  journal={arXiv preprint arXiv:2408.06072},
  year={2024}
}