Nodes/MiniMax H3 Power LoRA Stack/MiniMax H3 adaLN Modality
ComfyUI Node

MiniMax H3 adaLN Modality

Scale a stacked LoRA's adaLN modulation per modality. H3 runs audio and video through the same 50 blocks, so there are no audio layers to target the way LTX 2.3 allows. The one pathway that does separate cleanly is adaLN: its projection emits three contiguous row blocks, one per modality, so scaling a slice steers that modality's modulation exactly. Wire the output into the stack's ``adaln_modality`` input. Leaving all three at 1.0 is a no-op; 0.0 removes that modality's share of the adapter. Only affects LoRAs that carry adaLN pairs -- the stack's report says, per LoRA, whether the control was actually live. It does not isolate a modality: attention is joint over the packed sequence, so this changes where a LoRA is applied, not everything it eventually reaches.

By cicalooo·Created 2 months ago·Updated 15 days ago· 7
MiniMax H3 adaLN Modality
    • adaln_modality
    • info
    ◄video1.00►
    ◄text1.00►
    ◄audio1.00►
    CategoryMiniMax-H3/lora

    Inputs (3)

    NameTypeDefaultDescription
    videoFLOAT1.000–2Scale for the video modality (tag 0).
    textFLOAT1.000–2Scale for the text/conditioning modality (tag 1).
    audioFLOAT1.000–2Scale for the audio modality (tag 2).

    Outputs (2)

    NameTypeDescription
    adaln_modalityH3_MODALITYWire into the stack's adaln_modality input
    infoSTRINGWhat this setting will do