feat(minimax_h3): Text-to-Image mode with multi-seed stills - #2136
Open
Arturogpj wants to merge 1 commit into
Open
feat(minimax_h3): Text-to-Image mode with multi-seed stills#2136Arturogpj wants to merge 1 commit into
Arturogpj wants to merge 1 commit into
Conversation
Enable Text-to-Image on all MiniMax H3 architectures (FL2VA/Ref2VA + pruned). Image mode runs the shortest legal 5-frame clip, keeps the first frame as the still, skips audio export, and supports multiple independent seeds via Number of Images. Fixes VAE decode for the 5-frame minimum, keeps batch controls interactive after v2i form refresh, and records per-image seeds in metadata.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
decoded 0 frames, expected 5).Motivation
H3 is strong for multi-reference identity work. Running it as short stills (with optional refs on Ref2VA) makes that usable without a full video render. Community workflows (e.g. multi-ref still sheets) already treat H3 this way in Comfy; this brings a first-class path into WanGP.
Behavior
S, S+1, …Model coverage
minimax_h3_fl2va/minimax_h3_fl2va_pruned— text / start-image stillsminimax_h3_ref2va/minimax_h3_ref2va_pruned— multi-ref stillsImplementation notes
v2i_switch_supported,frames_minimum_image: 5,image_batch_size_max: 8,image_mode_keep_all_frames: falseseedslist for metadatawgp.py: honorsframes_minimum_image; batch control alwaysinteractive=True(Radio when max≤8, Slider otherwise) so v2i refresh does not leave controls disabledmedia_recording: per-image seed when saving multi-image batchesTest plan
S,S+1, …)VAE decoded 0 frames, expected 5Discord-friendly blurb
See PR comment / release note style summary in the discussion if useful for #announcements.