Views
No views yet
[!WARNING] Highly experimental, mechanically extracted adapters. These are randomized-SVD approximations of the weight difference between the official pruned BF16 Ref2VA and FL2VA checkpoints. They were not trained as LoRAs and have not been generation-tested. Only safetensors integrity and structural loading with ComfyUI's current LoRA parser were validated. Expect artifacts, capability loss, or unpredictable behavior.
delta = pruned Ref2VA BF16 - pruned FL2VA BF16reverse delta = pruned FL2VA BF16 - pruned Ref2VA BF161.0, applying an adapter to its matching base moves the model toward a rank-limited approximation of the other variant. Lower strengths interpolate only in the extracted weight direction; they do not isolate a clean semantic capability.apply_to_fl2va__toward_ref2va means exactly: load the pruned FL2VA
checkpoint, then apply that LoRA to move its weights toward Ref2VA.apply_to_fl2va__toward_ref2va, use this base:1Comfy-Org/MiniMax-H3
2diffusion_models/minimax_h3_fl2va_pruned_bf16.safetensorsa32572fb90b5508b201ec7c2eddcc184b13ddfd3c6f6d2cf06a0b46535d541b4apply_to_ref2va__toward_fl2va, use this base:1diffusion_models/minimax_h3_ref2va_pruned_bf16.safetensors
2SHA-256: 37c0da793e20ca735272ec2be655f08a2e10f97a3ec8fdfb40f5b39a736ed6fe| Apply to this base | Move toward | File | Size |
|---|---|---|---|
| pruned FL2VA BF16 | Ref2VA | minimax_h3_pruned_bf16__apply_to_fl2va__toward_ref2va__rank256.safetensors | 2.589 GB |
| pruned FL2VA BF16 | Ref2VA | minimax_h3_pruned_bf16__apply_to_fl2va__toward_ref2va__rank512.safetensors | 5.075 GB |
| pruned FL2VA BF16 | Ref2VA | minimax_h3_pruned_bf16__apply_to_fl2va__toward_ref2va__rank1024.safetensors | 10.048 GB |
| pruned Ref2VA BF16 | FL2VA | minimax_h3_pruned_bf16__apply_to_ref2va__toward_fl2va__rank256.safetensors | 2.589 GB |
| pruned Ref2VA BF16 | FL2VA | minimax_h3_pruned_bf16__apply_to_ref2va__toward_fl2va__rank512.safetensors | 5.075 GB |
| pruned Ref2VA BF16 | FL2VA | minimax_h3_pruned_bf16__apply_to_ref2va__toward_fl2va__rank1024.safetensors | 10.048 GB |
| Rank | Median capture across compressed matrices | Mean capture across compressed matrices | Global energy-weighted capture |
|---|---|---|---|
| 256 | 14.32% | 16.77% | 99.1260% |
| 512 | 26.40% | 29.70% | 99.2417% |
| 1024 | 46.11% | 49.62% | 99.4311% |
.safetensors.json file contains the complete per-layer extraction report..safetensors file in ComfyUI/models/loras/.apply_to_fl2va file, or pruned Ref2VA for an apply_to_ref2va file.1.0; compare 0.25, 0.5, 0.75, and 1.0 using identical inputs.rope.inv_freq was identical between the source checkpoints and was omitted..diff / .diff_b.diff / .diff_b tensorextract_minimax_h3_ref2va_lora.py performs checkpointed, one-tensor-at-a-time extraction. It avoids loading both 40 GB checkpoints into memory simultaneously. invert_comfy_lora_direction.py creates the opposite direction without repeating or degrading the SVD.LICENSE and NOTICE before downloading, using, or redistributing these files.