Instructions to use zai-org/CogVideoX1.5-5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use zai-org/CogVideoX1.5-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/CogVideoX1.5-5B", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Commit History
Improve model card with pipeline tag, library name, and license clarification (#4) 1df5201 verified
use original sample_height and sample_width bd3b45a verified
zR commited on
Update README.md 5cb8a98 verified
zR commited on
fix 6b80d85
zR commited on
1115 9ace5f5
zR commited on
test 0ac0958
Ubuntu commited on
test_1110 f0ae709
zR commited on
readme c1dc654
zR commited on
update 350b2b0
zR commited on
test e787df2
zR commited on
initial commit fb5002d verified
zR commited on