Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

ali-vilab
/
i2vgen-xl

Text-to-Video
Diffusers
Safetensors
I2VGenXLPipeline
image-to-video
Model card Files Files and versions
xet
Community
15

Instructions to use ali-vilab/i2vgen-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ali-vilab/i2vgen-xl with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ali-vilab/i2vgen-xl", 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
i2vgen-xl / doc
4.86 MB
Ctrl+K
Ctrl+K
  • 7 contributors
History: 1 commit
StevenZhang's picture
StevenZhang
Upload 10 files
b788d6f over 2 years ago
  • .DS_Store
    6.15 kB
    Upload 10 files over 2 years ago
  • i2vgen-xl.md
    735 Bytes
    Upload 10 files over 2 years ago
  • introduction.pdf
    4.86 MB
    xet
    Upload 10 files over 2 years ago