LIFEHUBBER
Theme

AI Visuals

VDN-H3

GitHub stars: 256 GitHub forks: 16 Declared license: Apache-2.0: Apache-2.0 Last pushed September 3, 2026: Pushed 2d ago
Stats from GitHub

VDN-H3 is a community-made MiniMax H3 derivative that replaces much of the base model's softmax attention work with a faster linear-attention branch while keeping a smaller softmax branch in the pipeline.

OpenVDN publishes the derivative checkpoints, FP8 single- and multi-GPU inference paths, a patched Diffusers setup, and the training stages used to build the hybrid model. The project also provides an eight-step checkpoint for shorter runs and a 50-step version for comparison. Use this as a first read, not a recommendation. Open the original project before trusting details like terms, limits, privacy, cost, setup, or safety.

What it is

A hybrid-attention MiniMax H3 derivative

VDN-H3 adds a frame-wise linear-attention branch, keeps a softmax branch for part of the work, and uses LoRA adapters that can be merged into the MiniMax H3 backbone during inference.

Why it stands out

The speed change goes beyond fewer steps

The eight-step checkpoint cuts the denoising schedule, but the project also changes how attention is computed. That makes it a different technical route from MiniMax H3 Turbo's four- and eight-step LoRA checkpoints.

Availability

Weights, inference code, and training code

The Hugging Face package is about 82 GB and includes the MiniMax H3 base files plus VDN-H3's 50- and eight-step additions. The GitHub repository provides the inference stack, environment setup, and staged training recipes.

Why it matters

What makes it useful

Long audio-video generations make every attention pass expensive. VDN-H3 gives technical users a concrete way to test whether a hybrid attention design can shorten that part of MiniMax H3 generation without treating the base model as a black box: the project publishes its model additions, inference path, and training stages together.

Notable points

What stands out

OpenVDN reports that its eight-step path denoises a 14.4-second 768p clip in 11.23 seconds on eight NVIDIA B200 GPUs. That figure excludes model loading, warm-up, VAE decoding, and MP4 encoding; the same project table reports 90.5 seconds for the eight-step path on one H200.

Before using

What to review

Plan for an approximately 82 GB download containing the MiniMax H3 base files and both VDN-H3 checkpoint paths.

The documented environment uses Python 3.12, a CUDA-specific PyTorch build, a pre-release FlashAttention dependency, and a patched Diffusers checkout. The first run also compiles kernels.

Single-GPU scripts are available, but the headline faster-than-playback result uses eight B200 GPUs and measures only the denoising stage.

The repository code declares Apache-2.0, while the derivative model weights use the MiniMax H3 Community License Agreement. Review the current terms at the project source before downloading or running them.

Reader fit

Who may find it relevant

MiniMax H3 builders comparing dense, low-step, and hybrid-attention inference paths.

Researchers who want the training stages behind the published derivative rather than weights alone.

Teams with modern NVIDIA GPUs testing FP8 single- or multi-GPU video generation.

Less relevant for casual creators, modest computers, or hosted-only workflows.

Editorial note

Why LifeHubber lists it

VDN-H3 makes MiniMax H3 acceleration inspectable at more than one layer: attention architecture, generation-step count, FP8 inference, multi-GPU scheduling, and the staged training recipe are all visible. That helps builders decide whether its speed path is worth the large model download, specialized setup, hardware demands, and separate weight terms.

Source links

Source materials

Reader note

Before relying on this entry

LifeHubber lists entries to help readers inspect AI projects, not to endorse them or prove they are safe, suitable, accurate, maintained, or right for a specific use. We do not verify every entry in depth. Before relying on anything listed, review the original materials, terms, privacy practices, limits, and risks that matter for your situation.

What to explore next

Compare the parent model and a lower-step LoRA route.

VDN-H3 changes MiniMax H3's attention architecture and also includes an eight-step checkpoint. The parent page explains the base model, while MiniMax H3 Turbo provides separate four- and eight-step LoRA checkpoints.

Advertisements

Advertisements

For project maintainers

Listed here? You can use the badge.

If you maintain a project with a current LifeHubber listing, you may add the optional “Listed on LifeHubber AI Resources” badge to its README, docs, or website. No introduction or permission request is needed.

See what’s moving