Skip to content

feat(hunyuan-image3): add TI2I and T2I hybrid parallel entry - #1355

Open
Chernobyllight wants to merge 2 commits into
ModelTC:mainfrom
Chernobyllight:lightx2v-hunyuan-v16.1
Open

feat(hunyuan-image3): add TI2I and T2I hybrid parallel entry#1355
Chernobyllight wants to merge 2 commits into
ModelTC:mainfrom
Chernobyllight:lightx2v-hunyuan-v16.1

Conversation

@Chernobyllight

Copy link
Copy Markdown
Contributor

Adds a four-GPU TI2I and T2I hybrid-parallel path that loads the official checkpoint once in a TP2 ABAB layout, runs autoregressive generation with TP4, and switches denoising to TP2+SP2 through the multi-micro fused MoE path without moving weights between phases. Includes regression coverage for condition reuse, serial CFG slicing, and KV-cache injection.

Run autoregressive decoding with TP4 and denoising with TP2+SP2 over one TP2-loaded ABAB weight layout. Add a Hopper BF16 grouped multi-micro MoE operator that reuses routing across two zero-copy micro-shard views, avoids per-micro FlashInfer calls during denoising, and preserves a single TP2 reduction without phase-time weight movement.

Include strict topology validation, a production launcher, and regression coverage for weight views, phase dispatch, and four-rank NCCL groups.
Add a four-GPU TI2I launch path that loads the official checkpoint once in a TP2 ABAB layout, runs autoregressive generation with TP4, and switches denoising to TP2+SP2 through the multi-micro fused MoE path without moving weights between phases.

Preserve reference-image VAE and vision conditions across AR and denoising, use serial CFG with KV-cache reuse, and add focused regression coverage for condition replication, branch slicing, and first-step cache injection.
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.

1 participant