Merge branch 'main' of hf.co:THUDM/CogVideoX-2b
Browse files- README.md +7 -9
- vae/config.json +0 -2
README.md
CHANGED
|
@@ -1,14 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
-
license_name: cogvideox
|
| 4 |
-
license_link: https://huggingface.co/THUDM/CogVideoX-2b/blob/main/LICENSE
|
| 5 |
language:
|
| 6 |
-
|
| 7 |
tags:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
inference: false
|
| 13 |
---
|
| 14 |
|
|
@@ -299,4 +297,4 @@ The CogVideoX-5B model (Transformers module) is released under the [CogVideoX LI
|
|
| 299 |
journal={arXiv preprint arXiv:2408.06072},
|
| 300 |
year={2024}
|
| 301 |
}
|
| 302 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
+
- en
|
| 5 |
tags:
|
| 6 |
+
- cogvideox
|
| 7 |
+
- video-generation
|
| 8 |
+
- thudm
|
| 9 |
+
- text-to-video
|
| 10 |
inference: false
|
| 11 |
---
|
| 12 |
|
|
|
|
| 297 |
journal={arXiv preprint arXiv:2408.06072},
|
| 298 |
year={2024}
|
| 299 |
}
|
| 300 |
+
```
|
vae/config.json
CHANGED
|
@@ -20,11 +20,9 @@
|
|
| 20 |
"latents_mean": null,
|
| 21 |
"latents_std": null,
|
| 22 |
"layers_per_block": 3,
|
| 23 |
-
"mid_block_add_attention": true,
|
| 24 |
"norm_eps": 1e-06,
|
| 25 |
"norm_num_groups": 32,
|
| 26 |
"out_channels": 3,
|
| 27 |
-
"sample_size": 256,
|
| 28 |
"scaling_factor": 1.15258426,
|
| 29 |
"shift_factor": null,
|
| 30 |
"temporal_compression_ratio": 4,
|
|
|
|
| 20 |
"latents_mean": null,
|
| 21 |
"latents_std": null,
|
| 22 |
"layers_per_block": 3,
|
|
|
|
| 23 |
"norm_eps": 1e-06,
|
| 24 |
"norm_num_groups": 32,
|
| 25 |
"out_channels": 3,
|
|
|
|
| 26 |
"scaling_factor": 1.15258426,
|
| 27 |
"shift_factor": null,
|
| 28 |
"temporal_compression_ratio": 4,
|