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

  • Log In
  • Sign Up

IPostYellow
/
TurboWan2.2-I2V-A14B-INT8-Diffusers

Image-to-Video
Diffusers
Safetensors
Wan2.2
WanImageToVideoDmdPipeline
diffusion
video-generation
turbodiffusion
Model card Files Files and versions
xet
Community

Instructions to use IPostYellow/TurboWan2.2-I2V-A14B-INT8-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-INT8-Diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image, export_to_video
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("IPostYellow/TurboWan2.2-I2V-A14B-INT8-Diffusers", dtype=torch.bfloat16, device_map="cuda")
    pipe.to("cuda")
    
    prompt = "A man with short gray hair plays a red electric guitar."
    image = load_image(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png"
    )
    
    output = pipe(image=image, prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Wan2.2

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

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Notebooks
  • Google Colab
  • Kaggle
TurboWan2.2-I2V-A14B-INT8-Diffusers
43 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
IPostYellow's picture
IPostYellow
Upload 4 files
014b9c3 verified 4 months ago
  • scheduler
    Upload 8 files 4 months ago
  • text_encoder
    Upload 7 files 4 months ago
  • tokenizer
    Upload 8 files 4 months ago
  • transformer
    Upload 4 files 4 months ago
  • transformer_2
    Upload 4 files 4 months ago
  • vae
    Upload 7 files 4 months ago
  • .gitattributes
    1.58 kB
    Upload 8 files 4 months ago
  • README.md
    344 Bytes
    Upload 8 files 4 months ago
  • configuration.json
    47 Bytes
    Upload 8 files 4 months ago
  • model_index.json
    626 Bytes
    Upload 8 files 4 months ago