ComfyUI Node
Audio IPAdapter Transitions
Controls IPAdapter image transitions synchronized with audio peaks. Uses peaks_weights from Audio Peaks Detection to switch between images at detected peaks. Outputs images and blending weights for two IPAdapter Batch nodes. The images input accepts a batch of images which will loop if there are fewer images than peaks. Choose a transition_mode (linear, ease_in_out, ease_in, ease_out) to control the blending curve, and set transition_length to define how many frames the blend takes. The min_IPA_weight and max_IPA_weight parameters control the IPAdapter weight range per frame. Connect image_1 and weights to the first IPAdapter Batch, and image_2 and weights_invert to the second IPAdapter Batch for smooth audio-reactive transitions.
Audio IPAdapter Transitions
- images
- peaks_weights
- image_1
- weights
- image_2
- weights_invert
- graph_transition
◄transition_modelinear►
◄transition_length5►
◄min_IPA_weight0.00►
◄max_IPA_weight1.00►
Category👁️ Yvann Nodes/🔊 Audio
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Batch of images for transitions (loops if fewer than peaks) | |
| peaks_weights | FLOATS | Peak weights from Audio Peaks Detection node | |
| transition_mode | COMBO | linear | Blending curve between images |
| transition_length | INT | 51–100 | Number of frames for each transition blend |
| min_IPA_weight | FLOAT | 0.000–1.99 | Minimum IPAdapter weight per frame |
| max_IPA_weight | FLOAT | 1.000.1–2 | Maximum IPAdapter weight per frame |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image_1 | IMAGE | — |
| weights | FLOAT | — |
| image_2 | IMAGE | — |
| weights_invert | FLOAT | — |
| graph_transition | IMAGE | — |