VDN-H3 ported to Vpipe hits ~2.6x faster H3 generation on M5 Pro 24GB

TgoAI · reddit · 2026-09-07

The author ported VDN-H3 (Video DeltaNet for MiniMax H3) to Vpipe, a native C++20/Metal inference runtime for Apple Silicon (no PyTorch/MPS/MLX), in about a day.

Results:

Approach & costs: VDN exploits inherent redundancy in video diffusion rather than applying compute uniformly, using a hybrid frame-wise linear-attention + softmax-attention architecture. Tradeoff: 4GB of non-fusable extra weights plus 1GB potentially fusable LoRA-style (not yet implemented); on 24GB machines this can outweigh compute savings for small workloads. 8-bit quantization of incremental weights is a future optimization.

Quality: compositions closely match baseline with the same seed, but some sequences show long-range temporal inconsistencies (e.g., water flow reversing), likely tied to sliding-window/linear attention; mixing in global attention may help. Reference conditioning (first/last-frame) remains open.

Original post →

More from Infra

Infra channel →