Image-Text-to-Video
MiniMax H3
Diffusers
Safetensors
text-to-video
image-to-video
video-to-video
text-to-audio-video
image-to-audio-video
image-text-to-audio-video
video-to-audio-video
audio-to-audio-video
audio-video-generation
multimodal
synchronized-audio-video
reference-to-audio-video
Instructions to use MiniMaxAI/MiniMax-H3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MiniMaxAI/MiniMax-H3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MiniMaxAI/MiniMax-H3", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
Run MiniMax-H3 locally on Apple Silicon from ComfyUI (Wild H3C nodes, via h3.c)
#109
by skaiydiao - opened
Hi everyone β for those on Mac: MiniMax-H3 can now be generated locally on Apple Silicon directly from ComfyUI.
Wild H3C is a ComfyUI custom node package that wraps antirez's h3.c Metal engine:
- π¬ H3 Text to Video and H3 Reference to Video (Ref2VA) nodes β canvas, duration, steps, presets, seed, first/last-frame anchors, up to 9 reference images + 1 reference audio
- π Live per-phase progress in the UI and clean cancellation
- π Standard VIDEO output, plugs straight into SaveVideo
- πΎ Works with an existing MiniMax-H3 snapshot (just point the node at it) or a fresh download β both paths are documented
Links:
- ComfyUI Registry: https://registry.comfy.org/nodes/wild-h3c
- Repo: https://github.com/skaiy/wild-h3c-comfyui
Tested on an M-series MacBook Pro with 128 GB unified memory (512Γ512, 4 steps β 32 s warm). Note that the MiniMax H3 Community License applies to the weights. Feedback, issues and PRs welcome!