MXFP8 quantization of the MiniMax H3 fl2va (first-last-frame to video+audio) diffusion checkpoint.
better audio at 5 (talking heads, less motions) & 8-steps (shift 8)
MiniMax H3 FP16attn
Balanced quality and performance
fp16attn 8-steps | shift: 8.0
MiniMax H3 FP8 (E4M3FN) Quantized
Based on testing (this model and pruned_fp8), the minimal steps to get results similar to Lightx2v using 4-step LoRAs is 5step & 5steps.
The sweet spot for quality and speed is 8step and 8steps. This quantization requires a minimum of 8step.
Sampler: dpmpp_2m
Scheduler: sgm_uniform
5-Step pruned fp8
5-Step mxfp8
8-Step fp8
8-steps fp16attn
FP8 quantization of the MiniMax H3 fl2va (first-last-frame to video+audio)
diffusion checkpoint.
What this is: the result of looking into why male anatomy comes out misshaped in text-to-video scenes
or when a nude male appears in the I2V scene.
Along the way we learned some things worth knowing about how this model really works, read README.md
and notes.md in case of you are interested.
Q: Is it a text-encoder problem? Would an abliterated Qwen3-VL solve it?
A: No. The stock encoder doesn't refuse NSFW prompts, the tokenizer and embedding table handle them normally.
Its only strong divergence from stock is on harmful-instruction content (~11% embedding shift); sexual content shifts only ~1–3%.
Abliteration targets the wrong thing here.
Q: Is the base model censored? Would a domain-specific LoRA be ineffective?
A: No, the base is uncensored. The misshape comes from weak text conditioning: only ~3–5% of the embedding actually carries the prompt,
so the DiT's generic body prior wins over the anatomy request. Modifying internal values (condition_proj ×1.2 + 12,658 FFN columns ×1.2) improves the result slightly
and a properly trained LoRA would refine anatomy further on top of it.
Experimental: 1.2 strength in both nodes improves NSFW rhythmic animations in some scenarios