Turn a picture you already made into a moving clip that comes with its own sound. It runs on your own machine in ComfyUI. No API, no credits, nothing to sign up for.
17 nodes, all plain ComfyUI. There are no custom node packs to install.
What you need
Four files, about 42 GB in total, all free from the official Comfy-Org MiniMax-H3 repository on Hugging Face. Every filename below is a direct download link.
- minimax_h3_fl2va_pruned_int8_convrot.safetensors 21 GB, into
ComfyUI/models/diffusion_models/ - qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors 15.7 GB, into
ComfyUI/models/text_encoders/ - minimax_h3_video_vae_fp16.safetensors 5.2 GB, into
ComfyUI/models/vae/ - minimax_h3_audio_vae_fp32.safetensors 0.6 GB, into
ComfyUI/models/vae/
The audio VAE is the one people skip, and it is the one that gives you the sound. Put each file in the folder shown. A file in the wrong folder looks exactly like a missing model.
You also need ComfyUI 0.30 or newer, and a card with 24 GB or more.
The bit most people get wrong
Describe what moves, not what is in the shot. "she turns her head and smiles, the camera drifts slowly to the left" gives you a clip. "a woman in a field at sunset" gives you a picture that mostly sits there. The model can already see your image. You are telling it what happens next.
A free camera move
There is a second slot for a last frame. Crop your own picture tighter, hand that crop back as the ending, and you get a smooth push in. No camera nodes, no keyframes.
Match the size to your picture
The clip has to be the same shape as your image. It does not crop to fit, it squashes, and it will not warn you. Both numbers also have to divide by 32, or you get a tensor shape error that never mentions picture size.
There is a companion workflow that builds a clip from a prompt alone, no picture needed. It is on my profile. The written walkthrough for both is on my portal. Free account, no card.
