Text-to-Video
Diffusers
Safetensors
English
CogVideoXPipeline
ternary-quant
quantization
ternary
video-generation
dit
cogvideox
Instructions to use AsadIsmail/CogVideoX-2b-ternary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AsadIsmail/CogVideoX-2b-ternary with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AsadIsmail/CogVideoX-2b-ternary", 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
File size: 131 Bytes
fd7a268 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:27772cc090ff6188538910a56d9f32298cbfd2bba4caffbd2e38774a7b20ba5c
size 281139
|