You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

MiniMax-H3-Qwen3-VL-Abliterated-NVFP4

An abliterated, NVFP4 (4-bit) Qwen3-VL-32B text encoder for MiniMax-H3, made with convert-to-quant. It is a drop-in replacement for the H3 conditioning text encoder (ComfyUI CLIPLoader, type minimax). The H3 video weights are unchanged β€” only the prompt-understanding encoder is modified.

Abliteration

The refusal direction (Arditi et al. 2024) is orthogonalized out of the language layers' o_proj / down_proj and the token embedding (101 tensors edited), which reduces prompt sanitization/refusal so the encoder conditions more faithfully on the input prompt. The video model is unaffected.

Quantization

  • Quantized with ctq --nvfp4 --qwen_vlm --comfy_quant (weight-only PTQ, comfy_quant layout).
  • Protected (kept bf16): token embeddings, first & last language layers, and the full vision tower (--qwen_vlm filter). The middle language-layer linears go to NVFP4.
  • Size: ~17.9 GiB (bf16 source is 48 GiB) β€” fits a 24 GB consumer GPU with ComfyUI offload.

Quantization fidelity (4-bit vs bf16)

Everything is held constant except encoder precision β€” the bf16 abliterated encoder vs this NVFP4 abliterated encoder, same prompts, same seeds, same NVFP4 DiT β€” over a 16-clip paired set.

Verdict β€” perceptually and temporally equivalent to bf16:

Metric Value What it measures
LPIPS ↓ 0.099 Learned perceptual per-frame distance
SSIM ↑ 0.891 Structural per-frame similarity
Temporal flicker (mean inter-frame diff) 13.75 β†’ 14.12 (+2.7%) Frame-to-frame stability across the clip set

LPIPS β‰ˆ 0.10 with SSIM β‰ˆ 0.89 means the 4-bit encoder's frames are perceptually the same as bf16's, and the near-identical flicker (13.75 vs 14.12) shows temporal behavior is preserved β€” the 4-bit conditioning adds no visible shimmer or instability. These are the fidelity conclusion.

FVD β€” internal relative reference only, not a fidelity verdict. i3d FVD over the same 16 paired clips is 1059.5. This is not a published-scale FVD number: FVD estimates a high-dimensional feature covariance and needs large samples (papers typically use 2048+); at n = 16 the covariance is under-determined, which inflates the absolute value and makes it non-comparable to reported FVD. A meaningful reading would require a same-precision noise floor (bf16 vs bf16 at a different seed); we report the raw figure only for transparency and rely on the perceptual and temporal metrics above.

PSNR over the paired clip is 24.85 dB β€” low only because a tiny conditioning change makes the diffusion sampler diverge pixel-wise while staying perceptually equivalent, which is exactly why LPIPS/SSIM (not PSNR) are the right lens here.

Verified

Item Result
Loads in ComfyUI (CLIPLoader type minimax) Yes
Generation quality after abliteration + 4-bit Clean 720p; perceptually equivalent to bf16 (SSIM 0.891, LPIPS 0.099)
Character identity-lock (ref2va, 3-view) Consistent
Peak VRAM, full 4-bit stack, 24 GB budget ~25.7 GiB (runs on RTX 4090 with offload)
Speed ~29 s/step at 24 GB; ~2 min/clip with the 4-step turbo LoRA; faster on 32 GB+

NVFP4 runs fastest on Blackwell; on Ada (RTX 4090) a cu130 torch build enables the comfy_kitchen FP4 kernels (otherwise emulated and ~2.3Γ— slower).

Usage (ComfyUI)

  1. Put qwen3vl_32b_minimax_h3_abliterated_nvfp4.safetensors in ComfyUI/models/text_encoders/.
  2. Download the companion 4-bit weights:
  3. In the H3 workflow set CLIPLoader to this encoder and UNETLoader to the NVFP4 DiT. An example ref2va identity-lock workflow (h3_ref2va_multiview_facelock.json) is included.

Responsible use

Not-for-all-audiences research artifact for fictional characters only. Abliteration lowers general refusal; it does not permit β€” and you must not generate β€” sexual content involving minors (including fictional/AI), non-consensual imagery, real identifiable people without consent, or any illegal content. Mark synthetic outputs and follow the MiniMax Community License and local law.

Credits & license

  • Base video model: MiniMax-H3 (MiniMax Community License); encoder base Qwen3-VL-32B; bf16 encoder packaging: Comfy-Org/MiniMax-H3.
  • Abliteration: Arditi et al. 2024 (prior H3-encoder reference: ethanfel). Quantizer: convert-to-quant (silveroxides). Companion 4-bit DiT: lilcheaty; turbo LoRA: Gluttony10.
  • License inherited from the base model.
Downloads last month
33
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for 6block/MiniMax-H3-Qwen3-VL-Abliterated-NVFP4

Finetuned
(12)
this model