Skip to content

feat: add minimax-h3 support - #1854

Merged
leejet merged 2 commits into
masterfrom
minimax-h3
Aug 4, 2026
Merged

feat: add minimax-h3 support#1854
leejet merged 2 commits into
masterfrom
minimax-h3

Conversation

@leejet

@leejet leejet commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add Minimax-H3 support

Related Issue / Discussion

N/A

Additional Information

T2AV example

.\bin\Release\sd-cli.exe -M vid_gen --diffusion-model  ..\models\diffusion_models\minimax_h3_fl2va-Q4_K_M.gguf --vae ..\models\vae\minimax_h3_video_vae_fp16.safetensors --audio-vae ..\models\vae\minimax_h3_audio_vae_fp32.safetensors --llm ..\models\text_encoders\qwen3vl_32b_minimax_h3-Q4_K_M.gguf -p "A cute American Shorthair silver tabby kitten surfs on a tropical ocean wave, riding a white surfboard with the clear text 'sd.cpp' on it. Cinematic tracking shot, realistic water, bright sunlight, smooth motion, and consistent character appearance. Add upbeat tropical surf-rock background music with cheerful drums and guitar, synchronized with the kitten’s energetic surfing." --cfg-scale 1.0 -v -W 864 -H 480 --diffusion-fa --offload-to-cpu --rng cpu --fps 24 --video-frames 56
t2av.mp4

Checklist

@stduhpf

stduhpf commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

So fast as always

@leejet
leejet merged commit ea7f0c8 into master Aug 4, 2026
9 checks passed
@stduhpf

stduhpf commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

I was very confused because it was segfaulting for me when building diffusion model graph (specifically after calling split_av_latents()). Turns out that's just because I forgot to specify -M vid_gen. Maybe it would be nice to find a way to foolproof this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants