mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-04-05 03:04:56 +08:00
title | emoji | colorFrom | colorTo | sdk | sdk_version | suggested_hardware | suggested_storage | app_port | app_file | models | tags | short_description | disable_embedding | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CogVideoX-5B | 🎥 | yellow | blue | gradio | 4.42.0 | a10g-large | large | 7860 | app.py |
|
|
Text-to-Video | false |
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:
- OPENAI_API_KEY = your_api_key
- OPENAI_BASE_URL= your_base_url
- GRADIO_TEMP_DIR= gradio_tmp
Installation
pip install -r requirements.txt
Running the code
python app.py