NVIDIA H3 Super Acceleration: MiniMax H3 Video up to 27.7x Faster

ComfyUI Wikinews

NVIDIA Sol Engine runs MiniMax H3 as a 4-step draft plus 3 LTX refinement steps: 6.85 s for 5-second 768p video, up to 27.7x faster than SGLang on one GB200.

MiniMax H3 Super Acceleration (official page) is an NVIDIA Sol Engine pipeline from the NVIDIA SANA Team that turns MiniMax H3 video generation into a two-stage job: a four-step 896×512 draft from H3 with a speed LoRA, then a three-step LTX refinement pass at the target resolution with Sol-Attn. Measured on a single NVIDIA GB200, a 5-second 1344×768 video renders in 6.85 s and a 10-second video in 14.93 s — 22.2× and 27.7× faster than the published SGLang baseline.
NVIDIA H3 Super Acceleration: 10-second 1440p city crowd result

One of the standalone 1440p results on the NVIDIA page (10 s, 2560×1440): two-stage acceleration, no matched baseline was recorded for 1440p.

How it works

Instead of running many H3 denoising steps at full resolution, H3 Super Acceleration does most of the generation work in a short low-resolution draft and then restores high-resolution detail with a lightweight refinement pass. Each stage is one job, and the two stages run serially on one GB200:

StageModelResolutionFPSStepsOutput
Stage 1 · draftMiniMax-H3 + speed LoRA896×512244Draft video
Stage 2 · refineLTX-2.5 + Sol-Attn768p / 1080p / 2K243Final video

Stage 1 generates the initial video at 896×512 in four denoising steps with the LightX2V MiniMax-H3 Turbo LoRA. Stage 2 upsamples the draft to the requested output resolution and runs a three-step Sol-Attn pass that restores high-resolution detail and consistency. The pipeline is not bit-exact with the SGLang baseline: it changes the sampling path, so differences can appear in detail, texture, motion or audio — the paired videos on the NVIDIA page let you judge that tradeoff directly.

Measured latency

End-to-end latency on one NVIDIA GB200, with the latest Sol-Super results using Sol-Attn for the complete Stage 2 service:

ResolutionDurationDiffusersSGLangSol EngineSol-Super E2Evs. SGLang
1344×7685 s167.8 s152.3 s45.4 s6.852 s22.2×
1344×76810 s468.2 s414.1 s132.5 s14.931 s27.7×

The two speedups come from different places. Stage 1 replaces the official H3 VAE decode (3.427 s) with the TAEH3 lightweight decoder (0.028 s), and Stage 2 replaces the dense LTX-2.5 Video VAE decoder (6.404 s in a matched 121-frame decode) with the Sol-Attn refiner and the LTX TAEHV final decode. The Stage 2 encoder is intentionally left unchanged: the refiner was trained on the original LTX-2.5 VAE latent distribution.

At 768p output the measured throughput works out to roughly 525 five-second videos per hour on one fully utilized GB200, versus 23.6 with the SGLang baseline.

Visual comparison

The NVIDIA page pairs each 768p and 1080p sample with a matching SGLang baseline run using the same generation inputs:

SGLang baselineH3 Super Acceleration
768p 5 s Japanese street, SGLang baseline768p 5 s Japanese street, accelerated
A man and woman exchange a tense remark on a crowded Japanese street (1344×768, 5 s)Same inputs, 22.2× faster
SGLang baselineH3 Super Acceleration
1080p 5 s bamboo forest, SGLang baseline1080p 5 s bamboo forest, accelerated
Two martial artists face one another in a bamboo forest (1080p, 5 s)Same inputs, accelerated

Two standalone 1440p results (10 s, 2560×1440) were also published without a matched baseline:

Availability

The pipeline is built from public components: the official MiniMax-H3 checkpoint, the LightX2V MiniMax-H3 Turbo four-step LoRA used for the draft, the LTX-2.5 pre-trained checkpoint, and the TAEH3 and LTX TAEHV lightweight decoders. It runs on NVIDIA Sol Engine with Sol-Attn on GB200 hardware, and is presented as a production reference with measured benchmarks rather than a ComfyUI node pack. At the time of writing there is no official ComfyUI workflow from NVIDIA for this pipeline; community ports of individual Sol Engine components (such as Sol-Attn patching) have started to appear.

Comments

Sign in with GitHub to join the discussion.

Loading comments…
NVIDIA H3 Super Acceleration: MiniMax H3 Video up to 27.7x Faster | ComfyUI Wiki