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

Gjm1234
/
Wan2.2-I2V-A14B-Diffusers

Diffusers
Safetensors
WanImageToVideoPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use Gjm1234/Wan2.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("Gjm1234/Wan2.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
Wan2.2-I2V-A14B-Diffusers / tokenizer
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
Gjm1234's picture
Gjm1234
Upload tokenizer/diffusion_pytorch_model.safetensors with huggingface_hub
b32194c verified 6 months ago
  • config.json
    60 Bytes
    Quick auto-fix: remove recursion + safe handler 6 months ago
  • diffusion_pytorch_model.safetensors
    99.9 MB
    xet
    Upload tokenizer/diffusion_pytorch_model.safetensors with huggingface_hub 6 months ago
  • special_tokens_map.json
    7.08 kB
    Upload tokenizer/special_tokens_map.json with huggingface_hub 6 months ago
  • spiece.model
    4.55 MB
    xet
    Upload tokenizer/spiece.model with huggingface_hub 6 months ago
  • tokenizer.json
    16.8 MB
    xet
    Upload tokenizer/tokenizer.json with huggingface_hub 6 months ago
  • tokenizer_config.json
    61.8 kB
    Upload tokenizer/tokenizer_config.json with huggingface_hub 6 months ago