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

yrlyrl
/
wan2.2-i2v-a14b-physalign-lora

Image-to-Video
Diffusers
video-generation
physics
lora
physalign
Model card Files Files and versions
xet
Community

Instructions to use yrlyrl/wan2.2-i2v-a14b-physalign-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use yrlyrl/wan2.2-i2v-a14b-physalign-lora 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("Wan-AI/Wan2.2-I2V-A14B", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("yrlyrl/wan2.2-i2v-a14b-physalign-lora")
    
    prompt = "A man with short gray hair plays a red electric guitar."
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png")
    
    image = pipe(image=input_image, prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
wan2.2-i2v-a14b-physalign-lora
1.23 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
yrlyrl's picture
yrlyrl
PhysAlign faithful-repro LoRA (dual-expert, pure-Gram, Physics-IQ 37.04)
6b4b8ed verified 13 days ago
  • high_noise_expert
    PhysAlign faithful-repro LoRA (dual-expert, pure-Gram, Physics-IQ 37.04) 13 days ago
  • low_noise_expert
    PhysAlign faithful-repro LoRA (dual-expert, pure-Gram, Physics-IQ 37.04) 13 days ago
  • .gitattributes
    1.52 kB
    initial commit 13 days ago
  • README.md
    2.53 kB
    PhysAlign faithful-repro LoRA (dual-expert, pure-Gram, Physics-IQ 37.04) 13 days ago
  • config_high_expert.yaml
    2.38 kB
    PhysAlign faithful-repro LoRA (dual-expert, pure-Gram, Physics-IQ 37.04) 13 days ago
  • config_low_expert.yaml
    2.37 kB
    PhysAlign faithful-repro LoRA (dual-expert, pure-Gram, Physics-IQ 37.04) 13 days ago