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
69.2 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 344 commits
Gjm1234's picture
Gjm1234
Update requirements.txt
e91cf19 verified 6 months ago
  • assets
    Upload assets/vae.png with huggingface_hub 6 months ago
  • examples
    Upload examples/i2v_input.JPG with huggingface_hub 6 months ago
  • image_encoder
    Upload image_encoder/pytorch_model.safetensors with huggingface_hub 6 months ago
  • scheduler
    Upload scheduler/diffusion_pytorch_model.safetensors with huggingface_hub 6 months ago
  • text_encoder
    Upload text_encoder/pytorch_model.safetensors with huggingface_hub 6 months ago
  • tokenizer
    Upload tokenizer/diffusion_pytorch_model.safetensors with huggingface_hub 6 months ago
  • transformer
    Upload transformer/diffusion_pytorch_model.safetensors with huggingface_hub 6 months ago
  • vae
    Upload vae/diffusion_pytorch_model.safetensors with huggingface_hub 6 months ago
  • .gitattributes
    1.96 kB
    Rename diffusion_pytorch_model.safetensors to image_encoder/diffusion_pytorch_model.safetensors.index.json 6 months ago
  • README.md
    474 Bytes
    Update README.md 6 months ago
  • handler.py
    413 Bytes
    Update handler.py 6 months ago
  • inference_config.json
    21 Bytes
    Update inference_config.json 6 months ago
  • model_index.json
    538 Bytes
    Update model_index.json 6 months ago
  • pipeline_wan_i2v.py
    779 Bytes
    Update pipeline_wan_i2v.py 6 months ago
  • requirements.txt
    128 Bytes
    Update requirements.txt 6 months ago