
MiniMax H3 video output is a grid of square tiles !! what am I missing?
Hey, hoping someone here has run MiniMax H3 in ComfyUI and can tell me what I'm doing wrong.
Setup: RTX 4090, ComfyUI v0.30, running the H3 video nodes (AIMixer Director + Spectrum + video-tiler + KJ). When I generate, the output isn't a normal video. It's a full-frame grid of small square tiles, each decoded on its own with its own texture. The latent clearly got split into patches and never stitched back together. Looks like a mosaic, not pixelation.
Already ruled out:
- Using minimax_h3_video_vae_fp16 (the official Comfy-Org one), not the audio VAE.
- The VAE fp16 loads fine.
My guess is the decode step isn't going through the video-tiler, or it's hitting a generic VAE Decode node that doesn't know how to read H3 latents. H3 latents are tiled spatially, so something has to reassemble them before decode.
Anyone seen this exact tiling pattern? Is it the tiler missing from the chain, the wrong decode node, or a tile_size/overlap setting?
Frame attached so you can see the grid. Thanks.