Instructions to use zai-org/CogVideoX-5b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use zai-org/CogVideoX-5b with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("zai-org/CogVideoX-5b", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
Update README.md
#10
by Vishal9418 - opened
README.md
CHANGED
|
@@ -2,13 +2,16 @@
|
|
| 2 |
license: other
|
| 3 |
license_link: https://huggingface.co/THUDM/CogVideoX-5b/blob/main/LICENSE
|
| 4 |
language:
|
| 5 |
-
|
| 6 |
tags:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
inference: false
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# CogVideoX-5B
|
|
@@ -349,6 +352,4 @@ This model is released under the [CogVideoX LICENSE](LICENSE).
|
|
| 349 |
journal={arXiv preprint arXiv:2408.06072},
|
| 350 |
year={2024}
|
| 351 |
}
|
| 352 |
-
```
|
| 353 |
-
|
| 354 |
-
|
|
|
|
| 2 |
license: other
|
| 3 |
license_link: https://huggingface.co/THUDM/CogVideoX-5b/blob/main/LICENSE
|
| 4 |
language:
|
| 5 |
+
- en
|
| 6 |
tags:
|
| 7 |
+
- cogvideox
|
| 8 |
+
- video-generation
|
| 9 |
+
- thudm
|
| 10 |
+
- text-to-video
|
| 11 |
inference: false
|
| 12 |
+
datasets:
|
| 13 |
+
- fka/awesome-chatgpt-prompts
|
| 14 |
+
- NousResearch/hermes-function-calling-v1
|
| 15 |
---
|
| 16 |
|
| 17 |
# CogVideoX-5B
|
|
|
|
| 352 |
journal={arXiv preprint arXiv:2408.06072},
|
| 353 |
year={2024}
|
| 354 |
}
|
| 355 |
+
```
|
|
|
|
|
|