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

  • Log In
  • Sign Up

IPostYellow
/
TurboWan2.2-I2V-A14B-Diffusers

Text-to-Video
Diffusers
Safetensors
WanImageToVideoDmdPipeline
diffusion
video-generation
turbodiffusion
wan2.1
Model card Files Files and versions
xet
Community

Instructions to use IPostYellow/TurboWan2.2-I2V-A14B-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use IPostYellow/TurboWan2.2-I2V-A14B-Diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("IPostYellow/TurboWan2.2-I2V-A14B-Diffusers", 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
TurboWan2.2-I2V-A14B-Diffusers
71.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
IPostYellow's picture
IPostYellow
Update README.md
0b032ed verified 4 months ago
  • scheduler
    Upload 9 files 4 months ago
  • text_encoder
    Upload 5 files 4 months ago
  • tokenizer
    Upload 9 files 4 months ago
  • transformer
    Upload 5 files 4 months ago
  • transformer_2
    Upload 5 files 4 months ago
  • vae
    Upload 9 files 4 months ago
  • .gitattributes
    1.58 kB
    Upload 9 files 4 months ago
  • README.md
    2.1 kB
    Update README.md 4 months ago
  • configuration.json
    47 Bytes
    Upload 9 files 4 months ago
  • model_index.json
    627 Bytes
    Upload 9 files 4 months ago