ComfyUI Node
Conditioning Multiply Advanced
Multiply selected floating conditioning tensors while preserving integer token-id tensors such as Anima t5xxl_ids.
Conditioning Multiply Advanced
- conditioning
- conditioning
◄start_multiplier1.00►
◄end_multiplier1.00►
◄start_percent0.000►
◄end_percent1.000►
◄curvelinear►
◄outside_windowhold►
◄segments16►
◄tensor_scopemain_conditioning_and_float_metadata►
◄non_float_behaviorpreserve►
◄metadata_keyspooled_output,t5xxl_weights►
◄log_summaryfalse►
Categoryadvanced/conditioning
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| conditioning | CONDITIONING | Conditioning payload to scale. | |
| start_multiplier | FLOAT | 1.00-1000000000–1000000000 | Multiplier used at start_percent and before the window when outside_window is hold. |
| end_multiplier | FLOAT | 1.00-1000000000–1000000000 | Multiplier used at end_percent and after the window when outside_window is hold. |
| start_percent | FLOAT | 0.0000–1 | Denoise progress where the multiplier transition window starts. |
| end_percent | FLOAT | 1.0000–1 | Denoise progress where the multiplier transition window ends. |
| curve | COMBO | linear | Curve used to interpolate from start_multiplier to end_multiplier inside the timestep window. |
| outside_window | COMBO | hold | hold uses start_multiplier before the window and end_multiplier after it. baseline uses 1.0 outside the window. linear_extrapolate continues a linear multiplier trend outside the window. |
| segments | INT | 161–256 | Number of conditioning ranges used to approximate the multiplier curve inside the window. |
| tensor_scope | COMBO | main_conditioning_and_float_metadata | Controls which floating tensors are multiplied. The default scales the main conditioning tensor plus selected float metadata such as pooled_output and t5xxl_weights. |
| non_float_behavior | COMBO | preserve | preserve leaves integer/bool tensors unchanged. error raises when a non-floating tensor is encountered. |
| metadata_keys | STRING | pooled_output,t5xxl_weights | Comma-separated metadata tensor keys to scale when tensor_scope includes metadata. Integer token ids such as t5xxl_ids should not be listed. |
| log_summary | BOOLEAN | false | Print how many tensors were multiplied or preserved. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| conditioning | CONDITIONING | — |