1. Quick start
Install withuv pip install "sglang[diffusion]" --prerelease=allow, then choose
a verified recipe below. Setup changes the deployment; Server and Request expose
orthogonal startup and sampling choices.
The generated Server command already includes the recommended encoder policy.
Change a Server option only for a deliberate trade-off; Request options do not
reload the model.
/data/minimax-h3.
AMD currently offers the Python form, while NVIDIA also offers Docker.
To use ModelScope through the same normal sglang serve path, prefix the copied
command with SGLANG_USE_MODELSCOPE=true and replace the model path with
MiniMax/MiniMax-H3. Keep the selected variant and topology flags unchanged.
For platform-specific installation details, see the
SGLang Diffusion installation guide.
2. Model capabilities
MiniMax-H3 is a native joint video-and-audio model for text-to-video-and-audio, first/last-frame control, and multimodal reference conditioning. Its main strength is producing the picture and stereo soundtrack together, so speech, music, ambient sound, and visible events can stay aligned without a separate audio-generation pass. Choose H3 when synchronized audiovisual output or reference-driven generation matters more than a lightweight deployment. The released recipe targets a 768-pixel short edge at 24 fps for 4–15 seconds, and its capabilities are split across two checkpoint partitions; serving every mode therefore requires separate FL2VA and Ref2VA deployments.
Video-to-video (V2V) is a supported
ref2va use case, not a fourth task
value. Run the Ref2VA partition and provide a video reference in
conditions.
Use the selected Hub’s root model ID: MiniMaxAI/MiniMax-H3 on Hugging Face
or MiniMax/MiniMax-H3 on ModelScope. Select the checkpoint variant with
--model-variant: fl2va serves both t2va and fl2va, while ref2va
serves reference-conditioned requests. SGLang owns the checkpoint-directory
mapping; do not point --model-path at a manually downloaded subdirectory.
3. Deployment details
The builder accepts legal custom GPU counts and topologies, marking them Unverified until the exact recipe has completed end-to-end validation. Static H3 head or partition violations disable Copy before they reachsglang serve.
For a four-card H200 host, keep the full BF16/FP32 model resident by default.
The model fits without FSDP, so this path avoids the per-block parameter
all-gathers of the memory-oriented FSDP profile:
4×H200 resident
4×H100 fastest
--tp-size 4 --ulysses-degree 1 when lower resident memory matters more than
the last few percent of latency. FSDP remains a verified capacity option, but
its per-block weight all-gathers do not make it the H100 speed default:
4×H100 FSDP capacity
2×RTX 5090 fastest lossless
kitchen_int8. Keep vae out of
--layerwise-offload-components: putting the VAE decoder in layerwise
offload re-streams about 9 GiB on each of 167 decode tiles. Default
attention stays fa (exact). Approximate backends are opt-in; see
Attention Backends.
Install comfy-kitchen first (pip install comfy-kitchen).
1×RTX 4090 24GB
sglang serve. Drop --quantization for the BF16
baseline; everything else stays identical. GPU peak stays about 18 GB
either way because streaming offload is set by the offload buffers and VAE
decode, not the weight dtype.
Pre-quantized GGUF transformer
Use--transformer-weights-path to replace only the DiT with a GGUF file; the
base repository continues to provide the text encoder, VAEs, scheduler, and
tokenizers. Do not also pass --quantization gguf.
1×RTX 5090 Q4_K_M
adaln_t_table. Repositories containing both FL2VA and Ref2VA variants
need a full file reference:
Pruned FL2VA Q4_K
--performance-mode speed deliberately keeps the DiT eager. The current torch.compile path changes the model’s numerical output, so it is not enabled implicitly by any recommended lossless preset. An explicit --enable-torch-compile true remains available for controlled experiments, but it should not be used to generate consistency ground truth.
AdaLN-pruned safetensors transformers
Comfy-Org/MiniMax-H3 publishes smaller DiT-only checkpoints that replace the original AdaLN branches with an interpolated curve table. Select one file explicitly; the base model still supplies the text encoder and VAEs.Command
quality="high", which remains limited to the audited official BF16 DiT.
The Comfy pruned_fp8_scaled FL2VA and Ref2VA files are also supported. Their
per-layer markers are detected automatically; do not add --quantization:
Command
fc2 for
full-precision matrix multiplication, so
SGLang retains its FP8 storage but materializes and scales one compute-dtype
fc2 matrix for each call. This preserves the checkpoint’s mixed execution
contract and low resident weight memory, but that part is slower than a fully
quantized FP8 GEMM. TP, Ulysses/Ring sequence parallelism, and
component/layerwise offload are supported; FSDP inference is rejected.
The pruned_int8_convrot files use the same override path and are detected
automatically. Install comfy-kitchen, replace the FP8 filename above with
minimax_h3_fl2va_pruned_int8_convrot.safetensors, and still omit
--quantization. SGLang loads their serialized INT8 weights and row scales into
the fused ConvRot kernel without requantizing them. TP1/2/4 and sequence or
layerwise offload are supported; TP8 violates the checkpoint’s 256-element
ConvRot group boundary, and FSDP is rejected.
Self-describing community MXFP8 files use the same
--transformer-weights-path <repo/file.safetensors> form and need no
quantization flag. SGLang reads their global format metadata, keeps unmarked H3
layers in their original dtype, and reuses SRT’s MXFP8 dense kernels. The
selected SRT backend must support MXFP8 on the target GPU; FSDP is rejected for
this mixed per-layer layout.
W4A8 ConvRot DiT files use the same flagless flow. With
comfy-kitchen>=0.2.27, pass a file such as
starsfriday/MiniMax-H3-w4a8/minimax_h3_fl2va_pruned_w4a8_mixed.safetensors
to --transformer-weights-path; SGLang reads the serialized per-layer metadata
and packed INT4 tensors automatically. Do not add --quantization. TP remains
subject to each row-parallel shard preserving the checkpoint’s ConvRot group
boundary, and FSDP is rejected.
W4A4 ConvRot files are also detected from their layer metadata. Install a
current comfy-kitchen, then pass a full or pruned FL2VA / Ref2VA file such as
Merserk/MiniMax-H3-INT4-ConvRot/minimax_h3_fl2va_pruned_int4_convrot.safetensors
to --transformer-weights-path. The packed weights stay INT4 and the runtime
honors each layer’s activation mode; omit --quantization.
Mixed exports use the same command: SGLang dispatches each marked layer to its
serialized W4A4 or INT8 ConvRot kernel instead of applying one global method.
Comfy NVFP4 DiTs reuse SGLang’s ModelOpt NVFP4 backend, which requires CUDA
compute capability 10.0 or newer. Pass a pruned FL2VA / Ref2VA file such as
Abiray/Minimax-H3-nvfp4-INT4-INT8-Convrot/MiniMax_H3_FL2VA_pruned_nvfp4.safetensors
to --transformer-weights-path and omit --quantization. SGLang infers the
packed group size and Comfy scale layout from the checkpoint; FSDP is rejected.
Mixed files may mark selected linears as int8_tensorwise or dynamic/static
FP8; SGLang dispatches those layers to their serialized Kitchen INT8 or native
FP8 path automatically.
Advanced: precomputed AdaLN cache
The model card notes that about 13B H3 parameters are AdaLN branches whose outputs can be precomputed for inference. The public base checkpoint contains the original branches, not a ready-to-use cache. SGLang therefore keeps the standard path as the default. When an inference-only deployment has a fixed sampling schedule, build a cache from the already materialized transformer directory on CUDA, then pass it to the usualsglang serve command. This does not alter the denoising formula:
the cache stores the BF16 outputs of the original AdaLN linears.
Command
$TRANSFORMER_PATH is the FL2VA/transformer or Ref2VA/transformer
directory in the normal SGLang/Hugging Face snapshot; the builder never
downloads a second copy. A cache only covers the scheduler settings used to
create it, including its mode, step count, flow shifts, and condition noise
values. SGLang rejects a request outside that coverage instead of silently
changing conditioning. Cache mode supports the matching unquantized checkpoint
only.
Serve MiniMax-H3 on Ascend NPUs
For Ascend NPU, follow the NPU installation guide before starting the server. The Ascend commands below explicitly enable the Cache-DiT configuration used for the reported performance measurements. Remove theseSGLANG_CACHE_DIT_*
variables to use lossless denoising. See the Ascend NPU topology comparison
in the Benchmarks section for the measured eight- and four-NPU latency.
The measured latency configuration also passes --dit-cpu-offload false to
keep the transformer resident on the NPUs. Omit this flag when lower device
memory usage is more important than avoiding CPU-to-NPU transfer latency.
For an eight-NPU host, the validated topology is TP2 + SP4 with Laser
Attention. Use Ascend Flash Attention by replacing laser_attn with fa.
8-NPU
4-NPU
4. Generate video and audio
MiniMax-H3 uses the asynchronous OpenAI-compatible video endpoint. Choose a generation mode below, submit a job, poll its status, and then download the completed MP4.- T2VA
- FL2VA
- V2V
- Multimodal Ref2VA
MiniMax-H3 supports output durations from 4 through 15 seconds, inclusive. The
following request keeps the verified 5-second profile at a 768-pixel short
edge. MiniMax-H3 resolves the aligned output canvas and frame count from
The output contract is an MP4 containing H.264 video at 24 fps and one AAC stereo audio stream at 32 kHz.
target.Command
file:// URIs must
refer to files visible inside the SGLang server environment.
5. LoRA recipes
H3 accepts both native fused adapters and standard Diffusers/PEFT adapters. Native adapters target modules such asblocks.*.attn.qkv_proj; PEFT adapters
may instead provide separate to_q, to_k, and to_v projections and the
default adapter namespace. SGLang normalizes both layouts.
The following FL2VA adapters have distinct purposes:
The H3 request field controls the number of sigma grid points, including the
terminal zero; the denoising loop therefore runs one fewer model evaluation.
This is why an adapter described as 8-step uses
9, and a 4-step adapter uses
5, in the request.
All three use the same launch shape. Pinning the filename is required for
repositories that publish multiple revisions, and is also recommended for a
reproducible single-file recipe:
Command
auto merges an adapter into ordinary resident weights to avoid per-step LoRA
matmuls, but keeps the dynamic path for FSDP-sharded weights where a full
gather can increase peak memory. Use dynamic when one resident server must
switch repeatedly between base and LoRA output.
Use the filename, scale, and request schedule from the table together. The
4-evaluation LightX2V recipe is the more aggressive latency/quality tradeoff.
Its checkpoint has rank 128 but omits the training alpha from both the file and
repository metadata, so --lora-alpha 8 is required to reproduce the author’s
reference implementation. Start with the Larry 8-evaluation recipe when
preserving fine visual detail is more important than minimum latency.
These adapters were trained for the FL2VA partition and apply to t2va or
fl2va requests. Do not use them with the separate ref2va weights unless
the adapter author explicitly provides Ref2VA-compatible weights. Also avoid
stacking a distilled adapter with quality: "high": both alter denoising, and
that combination has not been quality-validated.
6. Sampling and output controls
MiniMax-H3 supports more than one output per prompt. The video API acceptsnum_outputs_per_prompt (or OpenAI-compatible n) from 1 through 10. Offline
generation accepts --num-outputs-per-prompt N; --num-outputs N is the short
alias. A scalar seed is expanded deterministically as seed + output_index, so
the outputs do not reuse the same noise.
Same-prompt fan-out reuses text conditioning. On the verified 2× RTX 5090
recipe, a 5-step two-output request completed in 155.39 seconds versus 78.11
seconds for one output, while producing two distinct valid MP4 files. The
independent denoise and decode passes remain sequential on this 32 GB profile
to keep peak memory bounded; the grouped path adds essentially no orchestration
overhead. Use server replicas when lower wall-clock latency for many variants
matters more than per-server memory efficiency.
For example, set "num_outputs_per_prompt": 2 in any request above. After the
job completes, download both outputs by selecting each zero-based variant:
Command
Choose the quality level
quality is a request-scoped sampling parameter with two validated levels:
"lossless"(default): the exact reference path. Output is bit-exact against the reference implementation and the CI ground truth."high": the audited accelerated path. Quality is guaranteed (the audited Cache-DiT configuration measures SSIM 0.931 / PSNR 28.16 dB againstlossless), but output is no longer bit-identical to the reference.
quality: "high" request mounts
its audited Cache-DiT policy at the batch boundary, and a later
quality: "lossless" request removes the hooks before denoising.
Start the validated server once:
Command
- lossless (default)
- high
Native denoising with no feature-cache approximation. This is the default;
omitting the field is equivalent.
Request field
These numbers use 1344×768, 124-frame, 24 fps T2VA with 50 inference steps,
video flow shift 12, audio flow shift 3, and three fixed prompt/seed pairs on
4×H200. The prompts cover a quiet detailed scene, fast multi-subject action,
and a moving close-up portrait.
inference_time_s is averaged across the three
prompts; the quiet-scene point is itself the mean of two repeats.
SSIM and PSNR compare decoded, frame-aligned output with the lossless
result for the same prompt and seed. They measure trajectory deviation, not
absolute perceptual quality: the high path can produce a different but
still plausible realization. It also changes the joint audio-video denoise
trajectory, while these two metrics cover video only.
quality: "high" currently accepts only the exact workload and 4×H200
deployment above; other hardware, task modes, request shapes, step counts, or
flow shifts fail before denoising. Offline generation uses the same level
name, for example sglang generate --quality high.
quality selects a model sampling level and can change generated content.
output_quality controls only output-file compression; it is a separate field.quality field and set the process-wide environment controls
directly. An explicit quality: "lossless" request overrides those controls
and restores native denoising:
Command
7. Feature contracts and advanced recipes
The generated command already contains the recommended topology and encoder setting. Use the detailed reference below only when applying an optional override or checking its installation, topology limits, and validation evidence.- Lossless runtime
- Attention backends
- Online quantization
- Encoder scheduling
The recommended BCG is lossless for a matching captured signature, but capture reserves extra
GPU memory. Re-measure the live H3 text length before reusing this bucket for a
different task profile, reference set, resolution, or prompt template.
speed launch already combines resident components with
Ulysses sequence parallelism. Validation status below applies only to the
listed hardware and topology; it is not inherited by a similar GPU family.The verified parallel, placement, and matching-signature BCG paths keep the
BF16/FP32 weights and denoising math.
torch.compile is the exception called
out above. Always use the eager BF16/FP32 launch when producing CI consistency
ground truth.For the validated 1344×768 Ref2VA profile, use a 5504-row text bucket so both
the server warmup and reference-conditioned requests share the captured
signature:Command
8. Configuration notes
- MiniMax-H3 produces the canonical 24 fps output; request duration is expressed through
target.duration_seconds. target.duration_secondsmust be between 4 and 15 seconds, inclusive. The command picker defaults to the verified 5-second profile.- Use a 768-pixel short edge for the released quality recipe. The aligned output dimensions are derived from
target.aspect_ratio. flow_shiftcontrols video diffusion andaudio_flow_shiftcontrols audio diffusion.- V2V uses
task: "ref2va"with avideoorvideo_audioreference; it is served by theRef2VApartition and is not a separate public task value. conditions[].start_time_secondsselects a non-negative offset for a video reference. Its visual and audio streams are always sought together.- Ref2VA condition order is semantic and must match the one-based material tags in the prompt. For Ref2VA,
target.aspect_ratio: "auto"resolves to the model’s 16:9 fallback rather than inheriting a reference asset’s geometry. - The distilled pipeline uses a single denoising branch, so CFG parallelism does not apply. Do not enable it:
--enable-cfg-parallel trueor--cfg-parallel-sizegreater than 1 is rejected instead of duplicating the positive branch. Explicitly disabling CFG, or setting its size to 1, remains a valid no-op. - The released visual VAE quality recipe uses overlapping tiled decode. SGLang keeps that recipe by default and distributes complete tiles across the decode group; this changes scheduling, not the computation inside each tile.
- H3 rejects
--vae-config.parallel-decode-mode spatialandspatial_shard: validation found output mismatches. Use the default released tiled recipe. - Keep the default
--encoder-parallel auto. With the server’s defaultbatching_max_sizeof 1, single-node H100/H200/B200/B300 recipes with peer-to-peer access fold the Qwen text encoder over otherwise idle Ulysses ranks. This is separate from DiT tensor parallelism. A pure-TP recipe already shards the encoder over its TP group and does not add a world fold. - For throughput-oriented serving, select DP (batched throughput). The picker pairs
--encoder-parallel dpwith an editable--batching-max-sizegreater than 1. Encoder DP stays inside each DiT replica and composes with encoder TP: the H100 TP2 + Ulysses2 recipe has two TP-sharded encoder copies that can split a batch, while the RTX 5090 pure-TP2 recipe has one encoder copy and therefore no additional batch-DP degree. It provides no benefit for a batch of one and is not bitwise-identical to the unsplit deployment. - Use explicit Fold to prioritize single-request latency and encoder memory on a measured high-bandwidth single-node topology. Use Replicate as the compatibility path when folding or encoder DP is unsuitable.
--use-fsdp-inference trueshards only the DiT. MiniMax-H3 preserves the original FP32 dtype of its patch, time, and output projections during FSDP all-gather, so this path does not trade numerical correctness for memory. On 4×H100, prefer TP2 + Ulysses2 for speed; use FSDP as an explicit capacity policy rather than assuming it is faster.speedkeeps model components resident, whileautoapplies the model-aware 120 GiB residency threshold.memoryprioritizes avoiding OOM and includes the executable VAE decoder in its default layerwise set. A measured recipe with sufficient headroom can opt into--component-residency vae=resident; the 2×H100 CI recipe does this because the VAE’s 4.8 GiB/GPU cost avoids repeated decoder transfers during tiled decode. DiT residency and prefetch knobs remain scoped to the DiT. Usespeedonly after confirming that the complete target workload fits.- Breakable CUDA graph execution is an explicit opt-in, not part of the recommended
speedpreset. It requires--enable-breakable-cuda-graph, every served size in--warmup-resolutions, and--bcg-text-bucketsthat cover the live H3 condition sequence. The validated 1344×768 Ref2VA recipe uses 5504; other task profiles and reference sets may need a different value. It preserves eager output for matching captured signatures, but graph capture consumes additional GPU memory and may provide little latency benefit when Ulysses attention and collectives dominate, so benchmark it on the target topology before enabling it.
9. Benchmarks
The picker exposes resident and FSDP profiles on NVIDIA datacenter GPUs. GPU counts are properties of the selected recipes, not a claim that every platform requires that many GPUs. The detailed tables below report performance only for the configurations with collected measurements:Ascend NPU topology comparison
Both topologies used Laser Attention and the explicit Cache-DiT configuration from the Ascend launch commands, with--dit-cpu-offload false keeping the DiT
resident. The measured workload was one 5-second T2VA request at 1344×768,
124 frames, 24 fps, and 50 inference steps.
These are individual end-to-end measurements for each topology, not averages.
The eight-NPU topology had 46.8% lower end-to-end latency than the four-NPU
topology.
B300 precision and encoder placement
A 12-configuration sweep on a single 8× B300 host, covering both checkpoint partitions, both transformer precisions, and all three text-encoder placements. It answers one question — how long does one request take, and how much memory does it need.What was measured
Hardware. 8× NVIDIA B300 SXM6, single node. Model.MiniMaxAI/MiniMax-H3, both released weight partitions.
Serve command. Exactly the recipe the picker emits for B300, plus the one
or two overlay flags under test:
Command
--model-variant (fl2va / ref2va), --quantization
(unset for BF16 / fp8), and --encoder-parallel (auto / fold /
replicate). Nothing else differs between the 12 servers.
This is a single-request latency sweep (batching_max_size: 1), so encoder DP
is intentionally excluded: it cannot distribute a batch of one. Use the
DP for a request batch setting above for a compatible multi-request
deployment; the table below does not claim a measured H3 DP speedup.
Driver.
Command
Results
H200 topology comparison
The same four-card H200 host completed both lossless resident placements with the standard 1344×768, 5-second, 50-step T2VA request (fixed prompt and seed, eager BF16/FP32, back-to-back runs on an otherwise idle host). Latency is the warmed-up request; the first pair uses the default warmup request, the second pair adds--warmup-resolutions 1344x768 so warmup already covers the served
resolution:
Ulysses4 stays the H200 latency default: 5.0 % faster end-to-end than
TP2 + Ulysses2 once warmup covers the served resolution (1.6 % with the
default warmup, where first-request cold start masks the topology gap).
TP2 + Ulysses2 shards the DiT weights and holds peak memory about 30 GB per
GPU lower, which is why it remains the 80 GB H100 recipe. Matching the warmup
request to the served resolution removes the cold first-request cost on both
topologies (about 10 s end-to-end on this workload).
H200 cross-node scaling
Long references and long durations grow the packed sequence length, and Ulysses alone cannot scale sequence parallelism past the GPU count of one node without either violating head-count divisibility or exposing all-to-all traffic across the slower inter-node link. H3 combines node-local Ulysses with cross-node Ring: Ring’s point-to-point KV rotation is designed to overlap with attention compute, which fits a slower cross-node link better than an all-to-all does. Hardware. 2 nodes × 8× NVIDIA H200 SXM, same cluster, InfiniBand between nodes. Serve command. The cross-node cell the picker emits for H200, run identically on both nodes with--node-rank set to 0 and 1:
Command
The gain grows with sequence length because Ring’s per-hop communication
cost stays roughly constant while attention compute grows quadratically
with sequence length, so V2V’s longer packed sequence benefits more than
T2VA’s shorter one. With the point-to-point KV rotation pipelined against
attention compute, one V2V request’s full denoise stage completed in
68.1–68.3 seconds versus 128.6 seconds on the single-node 8-GPU baseline
(−47.0%), with byte-identical output to the unpipelined cross-node path.
Cross-node determinism was confirmed separately: the same request run
twice against the same cross-node deployment produced byte-identical
output. A cross-node run’s output is not expected to bit-match a
single-node run of the same prompt and seed — Ring’s online-softmax merge
across hops accumulates floating-point operations in a different order
than single-node attention, which is an expected source of bit-level
difference, not a correctness regression.
H100 topology comparison
The same four-card H100 host completed three lossless placements. TP2 with Ulysses2 was the fastest; TP4 used the least memory:RTX 5090 capacity run
The verified two-card RTX 5090 host used TP2 with layerwise offload. The full 50-step, 1344×768, 5-second request completed in 559.67 seconds: 525.05 seconds of denoising and 33.61 seconds of decoding, with a 26.3 GiB sampled peak per GPU.Consumer GPU tuning
On consumer hardware the binding question is not which card you have but how much host RAM sits behind it. H3’s weights are about 108 GB — 61.73 GB of DiT and 46.18 GB of text encoder — so no consumer configuration holds them all, and where the shortfall lands decides the throughput. The command — most consumer machines need exactly one flag beyond the model:consumer single GPU, lossless
--layerwise-resident-layers video_vae=36 for
the 13 s decode; with ~96 GB of host RAM and 16 GB+ of VRAM, add
--dit-layerwise-resident-layers 4 for the 6 s step. That is the whole flag
surface. The builder at the top of this page has consumer
cards and a Host RAM selector: pick your budget and it emits this command with
your tier’s measured expectations attached as comments. The table below is the
same data in one view.
Two budgets, and what each one buys
The left column is one configuration measured twice, at 318.94 s and 356.37 s;
the 12% spread tracked host load on a shared machine, so treat smaller
differences than that as unresolved. The right column is 120.92 s at a 16 GiB
allocator cap. Four resident DiT layers is what Recipe B buys its speed with,
and it is also why 12 GiB is not enough for it.
Read the host row carefully, because the two numbers are not the same kind of
memory. Anonymous host memory — pinned buffers and pageable copies — has to fit,
and the kernel cannot reclaim it. Page cache backing a file mapping is
droppable, so it does not count against the budget even though it shows up in
VmRSS; use RssAnon from /proc/<pid>/status when checking. Likewise measure
VRAM with torch.cuda.set_per_process_memory_fraction and let the allocator fail,
rather than reading nvidia-smi, which reports the caching allocator’s reserved
pool and overstates the requirement.
Inside 32 GB the weights cannot be pinned, so each denoise step copies about
60 GiB from the checkpoint mapping, and a mapped source is synchronous however
the copy is requested: the driver stages it through its own buffer, so the
transfer neither overlaps compute nor runs at pinned bandwidth. That is where
the step goes, and giving the host room to pin the weights instead is what takes
it to 6.01 s.
Two caveats on the constrained number, both from instrumenting the run rather
than from arithmetic. The machine it was measured on has 2 TB of host memory, so
the kernel kept all 107.7 GiB of mapped checkpoint pages resident: major faults
across a whole request were 6, and read_bytes was zero. Nothing was read from
disk. A real 32 GB host cannot cache 107.7 GiB, so it will fault and re-read,
and should be expected to be slower than the figures here rather than equal to
them — an NVMe is a requirement, not a recommendation. Measure your own machine
with major faults (/proc/<pid>/stat) on the worker process, not on the
launcher, which holds no weights.
Recipe A — fits 12 GB VRAM + 32 GB host
12 GB + 32 GB, lossless
unconstrained host, lossless
video_vae=36holds every decoder block for the decode only — residency arms at the decoder’s first block and releases when it finishes, so the denoise still runs on an empty card. It fits 12 GB because decoder weights are held in their decode compute dtype (fp16) from load, which halves them to ~4.9 GiB; the rounding was already part of every output (the decode computes in fp16 autocast), so the result is bit-identical, and the decode drops from 60 s streamed (or 209 s on a busy host) to ~10 s. Theexpandable_segmentsline stays: the decode sits close enough to the cap that fragmentation otherwise tips it over.- Leave
--enable-torch-compileoff, as elsewhere on this page. Layerwise offload rebindsparam.dataon every layer, so compiled graphs do not get the benefit they would on resident weights. - Recipe A’s flags are what the automatic policy should choose on its own. Until
the model declares its own placement,
--performance-mode memoryplus the explicit component list is what makes it happen; pass them.
Layerwise offload: host memory available: N GiB— what the runtime sees after loading, not your DIMM size. On a 32 GB host expect single digits here; a much larger number means another process’s memory accounting (or a container limit) is in play.leaving N GiB of weights on the checkpoint mapping— the expected line on a 32 GB host: the DiT streams from the checkpoint file. If instead the log reports pinned weights, the runtime decided your host has room — which is faster, and means the 32 GB figures above do not apply to you.Loaded video_vae: ... host mmapvshost pageable— where the VAE landed (decoder weights are ~4.9 GiB once held in their decode dtype).Loaded <component>lines carry the same buckets for every component.
expandable_segments line, and if it persists drop to
video_vae=24 and take the partially streamed decode.
Against ComfyUI, on the same weights
Same unpruned bf16 checkpoints, same card, same sampler settings (cfg 1.0,
euler_ancestral, sigma shift 12.0/3.0, seed 1101), 864×480 / 124 frames / 20 NFE:
When host memory is free, the engines are close and sglang is ahead:
Inside 12 GB, both engines run these weights, and one measurement convention
matters on each side. ComfyUI’s memory manager reads system RAM and adapts, so
the rows below patch
psutil to a pretend host size — the same convention the
sglang rows use. Its --reserve-vram is also soft: told to keep 12 GiB free it
still peaked at 13.5 GiB, a figure a real 12 GB card cannot give it, so both
engines here run under the same hard allocator cap
(set_per_process_memory_fraction), where its peak stays at 12.1–12.3 GiB.
Under that cap, Recipe A wins the whole request at every host size:
Same GPU, same load window, unpruned bf16 checkpoints, outputs verified. All
figures are anchored at 480P — activations grow with the pixel count, so at
768P drop the resident DiT layers to 0 first, then
video_vae to 24 if the
decode still collides. And the host convention holds the weights in page
cache; a physical 32 GB machine re-reads them from disk each step, so the
page cache cannot hold the per-step weight sweep, so every step re-reads it
from disk and the drive becomes the denoise clock: a real desktop 4090 with a
990 Pro measured 38 s/step, reading 52.9 GB per step (faulted sequentially, so
almost none of it shows in majflt — measure read_bytes, not major faults).
Two things cut that read directly: resident DiT layers (~1 GB/step each — on a
physically small host raise them as far as VRAM allows, the opposite of the
capped-host guidance above), and more RAM (64 GB caches the sweep and returns
to the quoted times). The
VRAM axis holds too: capped at 16 GiB the same recipe wins ~250 vs 292–301 s,
and at 24 GiB (with --dit-layerwise-resident-layers 6 — measured at a
22 GiB cap so a desktop’s own allocations fit; a headless card can raise it
to 10 for under 1% more) ~8.5 s/step vs ComfyUI’s 249–260 s requests. Four changes carry it: the VAE staying on its checkpoint mapping (#35862, root fix
#35946), per-layer pinning with net-cost accounting (#35867), the courier
thread that ships still-mapped layers through pinned slots (#35882), and
decoder weights held in their decode dtype from load (#35967) — which is what
lets video_vae=36 fit and turns the decode from the slowest stage (54–96 s
streamed) into the fastest (~10 s, faster than ComfyUI’s own 15–25 s). Output
equivalence is bit-level: the fp16-held decode reproduced the fp32-store run’s
video byte for byte, and the audio stream is bit-identical.
Stage by stage under the cap: text encoding is even (both stream the same
48 GB Qwen3VL), the denoise leads at 32–48 GB hosts and sits within
run-to-run variance of ComfyUI at 64 GB (162 vs 159 s), and the decode leads
everywhere. Two ComfyUI notes that still matter: --fast-disk measured no
faster than its default here, and stacking
--novram --cache-none --disable-pinned-memory made things strictly worse
(69.1 GiB anonymous, 750 s requests) — the adaptive default is the right
configuration on a small host.
The path ComfyUI ships for 12 GB cards uses
minimax_h3_fl2va_pruned_int8_convrot and qwen3vl_32b_minimax_h3_nvfp4_awq,
i.e. an int8 DiT and an NVFP4 text encoder, and its pruned bf16 file is 40.2 GB
against the unpruned 66.3 GB. Those are different weights, so it is not a
like-for-like comparison with the recipes above.
RTX 4090 24 GB single-GPU run
One RTX 4090 D 24 GB completed the 1344×768, 107-frame, 20-NFE T2VA workload (euler,torch.compile and step caching disabled) with DiT and
text-encoder layerwise offload. Same process: load → warmup (seed 0) →
timed (seed 42); only the timed pass is reported. GPU peak stayed about
18 GB.
kitchen_int8 + FA changes Linear numerics only. The sol_attn /
sage_attn / hybrid rows also change the attention algorithm, so speed
and pixel fidelity rank in opposite orders there. Default remains
kitchen_int8 + fa.
AMD Instinct task and scaling runs
The AMD recipes keep the released BF16/FP32 precision policy and use AITER packed attention. The picker emits the fastest measured topology, 8 GPUs with Ulysses degree 8. All runs below completed full H.264/AAC decoding and representative-frame inspection.
The task matrix used 8 GPUs and 50 denoising steps. The scaling matrix uses
one 1344×768, 209-frame T2VA request and changes only the GPU count and
matching Ulysses degree:
For a measured lower-count AMD deployment, set both
--num-gpus and
--ulysses-degree to 4, 2, or 1. AITER packed attention matched segment-wise
BF16 SDPA at cosine similarity 0.9999991655 on MI355X and 0.9999991059 on
MI300X.