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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

MATLOWAI
/
MiniMax-H3-Motion-Adapter

Image-to-Video
Diffusers
MiniMax H3
lora
video
comfyui
motion
Model card Files Files and versions
xet
Community
2

Instructions to use MATLOWAI/MiniMax-H3-Motion-Adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use MATLOWAI/MiniMax-H3-Motion-Adapter 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("MiniMaxAI/MiniMax-H3", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("MATLOWAI/MiniMax-H3-Motion-Adapter")
    
    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
MiniMax-H3-Motion-Adapter
1.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
matlod's picture
matlod
model card: the temporal-expansion ladder section (measured curve, the eye-vs-meter honesty, usage, provenance)
0bfe4d6 verified about 16 hours ago
  • assets
    temporal-expansion 2x3 comparison tile + poster about 16 hours ago
  • temporal_expansion
    temporal-expansion ladder: warm100 + every 25th step of the 375-step dense-target run (real GOPRO_Large intermediate frames, truthful world clock) about 16 hours ago
  • .gitattributes
    1.98 kB
    temporal-expansion 2x3 comparison tile + poster about 16 hours ago
  • LICENSE
    1.08 kB
    Motion adapter pilot r16: weights, model card, ComfyUI graph 10 days ago
  • LICENSE-MiniMax-H3
    17.6 kB
    add the MiniMax H3 Community License alongside MIT; credit MiniMax and mark the adapter relation 10 days ago
  • README.md
    14.6 kB
    model card: the temporal-expansion ladder section (measured curve, the eye-vs-meter honesty, usage, provenance) about 16 hours ago
  • minimax_h3_motion_adapter_pilot_r16.safetensors
    63.1 MB
    xet
    Motion adapter pilot r16: weights, model card, ComfyUI graph 10 days ago
  • motion_pipeline_adapter_api.json
    13.9 kB
    Motion adapter pilot r16: weights, model card, ComfyUI graph 10 days ago