Video / OpenVDN
vdn minimax h3
vdn minimax h3 from OpenVDN. Source-based hardware guidance from its published configuration.
EstimatedRepository opened Sep 2, 2026Source checked 9/23/2026Version: 50744d80
LOCALRENTED GPUOPEN WEIGHTS
At a glance
- Architecture
- unknown
- License
- minimax-h3-community-license-agreement
- Software
- Diffusers, SGLang
Will it run on your machine?
Save your machine to see a personalized rating and its reasoning.
Add my hardwareWays to run it
Diffusers · See official guide
Repository-specific command in publisher documentation; confirm dependencies and hardware in the source.
import torch
from accelerate import cpu_offload_with_hook
from diffusers import ModularPipeline
from diffusers.hooks import apply_group_offloading
pipe = ModularPipeline.from_pretrained("OpenVDN/vdn-minimax-h3", workflow="t2va")
pipe.load_components(trust_remote_code=True, torch_dtype=torch.bfloat16)
apply_group_offloading(pipe.text_encoder, onload_device="cuda", offload_type="leaf_level",
use_stream=True)
_, vae = cpu_offload_with_hook(pipe.vae, execution_device="cuda")
cpu_offload_with_hook(pipe.audio_vae, execution_device="cuda", prev_module_hook=vae)
pipe.transformer.to("cuda")
out = pipe(prompt="a prompt", num_frames=345, num_inference_steps=9,
output=["videos", "audio", "sampling_rate"])SGLang · Linux
Repository-specific command in publisher documentation; confirm dependencies and hardware in the source.
sglang serve --model-path OpenVDN/vdn-minimax-h3 --num-gpus 8 --quantization fp8 --attention-backend hybrid_window_attn_h3 --performance-mode speed --warmup-num-frames 345 --warmup-resolutions 1344x768 --port 30010Explore its uses
SAFETENSORS
Keep exploring
Video
MiniMaxMiniMax H3
A self-hostable 33B-parameter base system for generating short video with synchronized audio. The publisher’s local base workflow produces 768p output.
MODEL SIZE33B
Video
WanWan-Animate-2 · 14B
Animate a character from a driving video, with text control over the camera viewpoint.
MODEL SIZE14B
Video
WanWan2.1 · 1.3B
An open text-to-video model for experimenting with local video generation.
MODEL SIZE1.3B