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

shuolin
/
HyperMotion

Image-to-Video
Diffusers
Safetensors
human-animation
pose-guided
DiT
Model card Files Files and versions
xet
Community
1

Instructions to use shuolin/HyperMotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use shuolin/HyperMotion 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("shuolin/HyperMotion", 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")
  • Notebooks
  • Google Colab
  • Kaggle
HyperMotion
49.5 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 6 commits
shuolin's picture
shuolin
nielsr's picture
nielsr HF Staff
Update model card with pipeline tag, license, and resources (#1)
60525fe 3 months ago
  • google
    add model about 1 year ago
  • xlm-roberta-large
    add model about 1 year ago
  • .DS_Store
    8.2 kB
    add model about 1 year ago
  • .gitattributes
    1.56 kB
    add model about 1 year ago
  • README.md
    3.1 kB
    Update model card with pipeline tag, license, and resources (#1) 3 months ago
  • Wan2.1_VAE.pth
    508 MB
    xet
    add model about 1 year ago
  • config.json
    455 Bytes
    xet
    add model about 1 year ago
  • configuration.json
    56 Bytes
    xet
    add model about 1 year ago
  • diffusion_pytorch_model.safetensors
    32.8 GB
    xet
    add model about 1 year ago
  • models_clip_open-clip-xlm-roberta-large-vit-huge-14.pth
    4.77 GB
    xet
    add model about 1 year ago
  • models_t5_umt5-xxl-enc-bf16.pth
    11.4 GB
    xet
    add model about 1 year ago