Spaces:
Running
on
Zero
Running
on
Zero
title: CogVideoX1.5-5B | |
emoji: 🎥 | |
colorFrom: yellow | |
colorTo: blue | |
sdk: gradio | |
sdk_version: 5.6.0 | |
python_version: 3.12 | |
app_port: 7860 | |
app_file: app.py | |
models: | |
- THUDM/CogVideoX1.5-5b | |
- THUDM/CogVideoX1.5-5b-I2V | |
tags: | |
- cogvideox | |
- video-generation | |
- thudm | |
short_description: Text-to-Video | |
disable_embedding: false | |
# Gradio Composite Demo | |
This Gradio demo integrates the CogVideoX1.5-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: | |
+ GRADIO_TEMP_DIR= gradio_tmp | |
## Installation | |
```bash | |
pip install -r requirements.txt | |
``` | |
## Running the code | |
```bash | |
python gradio_web_demo.py | |
``` | |