Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🎥
|
4 |
colorFrom: yellow
|
5 |
colorTo: blue
|
@@ -9,8 +9,8 @@ python_version: 3.12
|
|
9 |
app_port: 7860
|
10 |
app_file: app.py
|
11 |
models:
|
12 |
-
- THUDM/
|
13 |
-
- THUDM/
|
14 |
tags:
|
15 |
- cogvideox
|
16 |
- video-generation
|
@@ -21,7 +21,7 @@ disable_embedding: false
|
|
21 |
|
22 |
# Gradio Composite Demo
|
23 |
|
24 |
-
This Gradio demo integrates the
|
25 |
supports features like UpScale, RIFE, and other functionalities.
|
26 |
|
27 |
## Environment Setup
|
|
|
1 |
---
|
2 |
+
title: CogVideoX-5B-24frames_20steps-low_vram
|
3 |
emoji: 🎥
|
4 |
colorFrom: yellow
|
5 |
colorTo: blue
|
|
|
9 |
app_port: 7860
|
10 |
app_file: app.py
|
11 |
models:
|
12 |
+
- THUDM/CogVideoX-5b
|
13 |
+
- THUDM/CogVideoX-5b-I2V
|
14 |
tags:
|
15 |
- cogvideox
|
16 |
- video-generation
|
|
|
21 |
|
22 |
# Gradio Composite Demo
|
23 |
|
24 |
+
This Gradio demo integrates the CogVideoX-5B model, allowing you to perform video inference directly in your browser. It
|
25 |
supports features like UpScale, RIFE, and other functionalities.
|
26 |
|
27 |
## Environment Setup
|