Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

zai-org
/
CogVideoX1.5-5B

Text-to-Video
Diffusers
Safetensors
English
CogVideoXPipeline
video-generation
thudm
image-to-video
Model card Files Files and versions
xet
Community
4

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
CogVideoX1.5-5B
31.1 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 12 commits
THUDM-Space's picture
THUDM-Space
Update README.md
fdc5267 verified about 1 year ago
  • scheduler
    test over 1 year ago
  • text_encoder
    test over 1 year ago
  • tokenizer
    test over 1 year ago
  • transformer
    use original sample_height and sample_width about 1 year ago
  • vae
    1115 over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • LICENSE
    5.7 kB
    test over 1 year ago
  • README.md
    14.6 kB
    Update README.md about 1 year ago
  • README_zh.md
    9.45 kB
    1115 over 1 year ago
  • model_index.json
    411 Bytes
    test over 1 year ago