ComfyUI Node
😺NKD H3 Audio Shift Curve
MiniMax H3 only: rewrite the audio stream's sigma shift on every sampling step from a drawn curve. Low shift = audio resolves early and the video locks onto it; high shift = both streams move together. Left-click to add points · Shift+click to remove · Drag to move.
😺NKD H3 Audio Shift Curve
- model
- MODEL
â—„curve_data{"points": [[0.0, 0.3333333333333333, 1.0], [1.0, 0.3333333333333333, 1.0]], "interpolation": "linear", "tension": 1.0}â–º
â—„mult_min0.50â–º
â—„mult_max2.00â–º
â—„debugfalseâ–º
Category😺NKD Nodes/Sampling
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | — | |
| curve_data | STRING | {"points": [[0.0, 0.3333333333333333, 1.0], [1.0, 0.3333333333333333, 1.0]], "interpolation": "linear", "tension": 1.0} | Serialised curve JSON (managed by the curve widget) |
| mult_min | FLOAT | 0.500.05–10 | Curve bottom (y=0) multiplies the incoming shift_audio by this |
| mult_max | FLOAT | 2.000.05–10 | Curve top (y=1) multiplies the incoming shift_audio by this |
| debug | BOOLEAN | false | Log the shift applied at each step to the console |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | — |