tsqn commited on
Commit
6f45e83
·
verified ·
1 Parent(s): ca20dc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: CogVideoX1.5-5B
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/CogVideoX1.5-5b
13
- - THUDM/CogVideoX1.5-5b-I2V
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 CogVideoX1.5-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
 
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