Overview of CogVideoX Models
mainCogVideoX is an open-source video generation model series compatible with QingYing. The available models include versions for Text-to-Video (T2V) and Image-to-Video (I2V), with varying parameter counts (2B and 5B) and precision recommendations.
Model Comparison Summary
| Model Name | Resolution | Frame Count | Recommended Precision |
|---|---|---|---|
| CogVideoX1.5-5B | 1360 * 768 | 16N + 1 (N <= 10, default 81) | BF16 |
| CogVideoX1.5-5B-I2V | Min(W, H)=768, Max(W, H) $\le$ 1360, Max % 16 = 0 | 16N + 1 (N <= 10, default 81) | BF16 |
| CogVideoX-2B | 720 * 480 | 8N + 1 (N <= 6, default 49) | FP16 |
| CogVideoX-5B | 720 * 480 | 8N + 1 (N <= 6, default 49) | BF16 |
| CogVideoX-5B-I2V | 720 * 480 | 8N + 1 (N <= 6, default 49) | BF16 |
Key Constraints
- Prompt Language: English only. Use LLMs to translate other languages to English before input.
- Prompt Length: ~224-226 tokens.
- Video Length: 5 or 10 seconds for 1.5 series; 6 seconds for older models.
- Frame Rate: 16 fps for 1.5 series; 8 fps for older models.