Image-to-Video
Safetensors
English
File size: 3,051 Bytes
cc9034a
3035108
 
 
 
 
 
5b03638
3035108
 
9247bc5
3035108
 
 
 
 
 
9247bc5
3035108
 
 
 
 
 
 
9247bc5
3035108
9247bc5
3035108
9247bc5
3035108
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36c9405
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
---
license: other
language:
- en
base_model:
- THUDM/CogVideoX-5b
- THUDM/CogVideoX-5b-I2V
pipeline_tag: image-to-video
---

# CogVideoX1.5-5B-SAT

<p style="text-align: center;">
  <div align="center">
  <img src=https://modelscope.oss-cn-beijing.aliyuncs.com/resource/cogvideologo.svg width="50%"/>
  </div>
  <p align="center">
  <a href="https://huggingface.co/THUDM/CogVideoX1.5-5B-SAT/blob/main/README_zh.md">πŸ“„ δΈ­ζ–‡ι˜…θ―»</a> |
  <a href="https://github.com/THUDM/CogVideo">🌐 Github </a> | 
  <a href="https://arxiv.org/pdf/2408.06072">πŸ“œ arxiv </a>
</p>
<p align="center">
πŸ“ Visit <a href="https://chatglm.cn/video?lang=en?fr=osm_cogvideo">QingYing</a> and <a href="https://open.bigmodel.cn/?utm_campaign=open&_channel_track_key=OWTVNma9">API Platform</a> to experience commercial video generation models.
</p>

CogVideoX is an open-source video generation model originating from [Qingying](https://chatglm.cn/video?fr=osm_cogvideo). CogVideoX1.5 is the upgraded version of the open-source CogVideoX model.

The CogVideoX1.5-5B series model supports **10-second** videos and higher resolutions. The `CogVideoX1.5-5B-I2V` variant supports **any resolution** for video generation.

This repository contains the SAT-weight version of the CogVideoX1.5-5B model, specifically including the following modules:

## Transformer

Includes weights for both I2V and T2V models. Specifically, it includes the following modules:

```
β”œβ”€β”€ transformer_i2v  
β”‚Β Β  β”œβ”€β”€ 1000  
β”‚Β Β  β”‚Β Β  └── mp_rank_00_model_states.pt  
β”‚Β Β  └── latest  
└── transformer_t2v  
    β”œβ”€β”€ 1000  
    β”‚Β Β  └── mp_rank_00_model_states.pt  
    └── latest  
```

Please select the corresponding weights when performing inference.

## VAE

The VAE part is consistent with the CogVideoX-5B series and does not require updating. You can also download it directly from here. Specifically, it includes the following modules:

```
└── vae  
    └── 3d-vae.pt  
```

## Text Encoder

Consistent with the diffusers version of CogVideoX-5B, no updates are necessary. You can also download it directly from here. Specifically, it includes the following modules:

```
β”œβ”€β”€ t5-v1_1-xxl  
Β Β  β”œβ”€β”€ added_tokens.json  
Β Β  β”œβ”€β”€ config.json  
Β Β  β”œβ”€β”€ model-00001-of-00002.safetensors  
Β Β  β”œβ”€β”€ model-00002-of-00002.safetensors  
Β Β  β”œβ”€β”€ model.safetensors.index.json  
Β Β  β”œβ”€β”€ special_tokens_map.json  
Β Β  β”œβ”€β”€ spiece.model  
Β Β  └── tokenizer_config.json  


0 directories, 8 files  
```

## Model License

This model is released under the [CogVideoX LICENSE](LICENSE).

## Citation

```
@article{yang2024cogvideox,
  title={CogVideoX: Text-to-Video Diffusion Models with An Expert Transformer},
  author={Yang, Zhuoyi and Teng, Jiayan and Zheng, Wendi and Ding, Ming and Huang, Shiyu and Xu, Jiazheng and Yang, Yuanming and Hong, Wenyi and Zhang, Xiaohan and Feng, Guanyu and others},
  journal={arXiv preprint arXiv:2408.06072},
  year={2024}
}
```