Nodes/ComfyUi-MpiNodes/Mpi Tiny Vae Loader
ComfyUI Node

Mpi Tiny Vae Loader

Loads a tiny TAEHV preview decoder that ComfyUI's own VAELoader cannot build. Core picks the decoder width from the latent channel count and has no case for a 24-channel latent with a 12-wide decoder, which is what MiniMax H3's taeh3 is — VAELoader raises a state-dict size mismatch on it. Anything core already handles is passed straight through to VAELoader's own code path, so this is a safe drop-in for any tiny decoder.

By MadPonyInteractive·Created 10 months ago·Updated 4 days ago· 2
Mpi Tiny Vae Loader
    • vae
    vae_name
    CategoryMpiNodes/Sampling

    Inputs (1)

    NameTypeDefaultDescription
    vae_nameCOMBOA tiny TAEHV decoder in models/vae — taeh3 for MiniMax H3. Pass the result to MpiVideoSamplingPreview.

    Outputs (1)

    NameTypeDescription
    vaeVAE