Instructions to use zai-org/CogVideoX-2b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use zai-org/CogVideoX-2b 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-2b", 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
Update README.md
#16 opened 9 months ago
by
vivienfanghua
Add library_name, pipeline_tag and set inference to true
#15 opened about 1 year ago
by
nielsr
Size mismatch when preparing latents.
#14 opened over 1 year ago
by
madousho
Watermarks in videos
14
#7 opened almost 2 years ago
by
TheBigBlockPC
RuntimeError: expected scalar type Float but found Half
😔 1
3
#6 opened almost 2 years ago
by
youzai8913
Update README.md
#5 opened almost 2 years ago
by
2024EFL
可以提供示例的微调数据集吗
1
#4 opened almost 2 years ago
by
EamonYaoBr
4090单卡运行报显存不足
11
#3 opened almost 2 years ago
by
loong