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

  • Log In
  • Sign Up

joyfox
/
Wan2.2-T2V-EVA

Image-to-Video
Diffusers
English
text-to-image
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use joyfox/Wan2.2-T2V-EVA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use joyfox/Wan2.2-T2V-EVA 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-T2V-A14B", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("joyfox/Wan2.2-T2V-EVA")
    
    prompt = "mrx, 一个女人穿着红色战斗服坐在桌子前吃饭"
    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")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
Wan2.2-T2V-EVA
310 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
starsfriday's picture
starsfriday
Add files using upload-large-folder tool
d1b7d4f verified 9 months ago
  • result
    Add files using upload-large-folder tool 9 months ago
  • .gitattributes
    1.68 kB
    Add files using upload-large-folder tool 9 months ago
  • README.md
    3.13 kB
    Add files using upload-large-folder tool 9 months ago
  • adapter_config.json
    785 Bytes
    Add files using upload-large-folder tool 9 months ago
  • wan2.2-t2v-eva-low.safetensors
    307 MB
    xet
    Add files using upload-large-folder tool 9 months ago