Dual-GPU Optimization Speeds Up MiniMax-H3 Video Generation 8x

multimodalart · x · 2026-08-10

A developer shared engineering practices for massively accelerating MiniMax-H3 (a 33B omni-modal model for video and audio generation) within the Diffusers framework. Using a dual-GPU setup (48GB+20GB), the project achieved 9.7s per image and 44.2s per 5s video clip, yielding 16x and 8x speedups respectively over the base configuration.

The core optimization targets reducing the "fixed overhead" of frequent model loading and unloading, rather than just accelerating denoising:

The project also supports first/last frame specification, reference-based generation, and batch generation. It is open-sourced on GitHub.

Original post →

More from Infra

Infra channel →