Skip to content

Optimize MiniMax-H3 Video VAE encoder - #1422

Merged
llmc-reviewer merged 3 commits into
mainfrom
yr/h3-vae-encoder-opt
Aug 24, 2026
Merged

Optimize MiniMax-H3 Video VAE encoder#1422
llmc-reviewer merged 3 commits into
mainfrom
yr/h3-vae-encoder-opt

Conversation

@STwangyingrui

@STwangyingrui STwangyingrui commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Parallelizes MiniMax-H3 Video VAE encoding across ranks using the balanced P2P tile path, and extends vae_use_compile to the encoder. T2AV is unaffected because it does not use the encoder; image-conditioned tasks such as I2AV see limited impact, while Ref2AV benefits substantially because it encodes long reference videos.

@llmc-reviewer
llmc-reviewer merged commit 2516179 into main Aug 24, 2026
2 checks passed
@llmc-reviewer
llmc-reviewer deleted the yr/h3-vae-encoder-opt branch August 24, 2026 08:09
helloyongyang pushed a commit to helloyongyang/LightX2V that referenced this pull request Aug 25, 2026
Parallelizes MiniMax-H3 Video VAE encoding across ranks using the
balanced P2P tile path, and extends vae_use_compile to the encoder. T2AV
is unaffected because it does not use the encoder; image-conditioned
tasks such as I2AV see limited impact, while Ref2AV benefits
substantially because it encodes long reference videos.
helloyongyang pushed a commit to helloyongyang/LightX2V that referenced this pull request Aug 25, 2026
Parallelizes MiniMax-H3 Video VAE encoding across ranks using the
balanced P2P tile path, and extends vae_use_compile to the encoder. T2AV
is unaffected because it does not use the encoder; image-conditioned
tasks such as I2AV see limited impact, while Ref2AV benefits
substantially because it encodes long reference videos.
@STwangyingrui

Copy link
Copy Markdown
Contributor Author

usage:
add the following line to config file:
"vae_encode_parallel": true,

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