Nodes/ComfyUI-ConditioningMultiplyAdvanced/Conditioning Multiply Advanced
ComfyUI Node

Conditioning Multiply Advanced

Multiply selected floating conditioning tensors while preserving integer token-id tensors such as Anima t5xxl_ids.

By SparknightLLC·Created 2 months ago·Updated 2 months ago· 0
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)

NameTypeDefaultDescription
conditioningCONDITIONINGConditioning payload to scale.
start_multiplierFLOAT1.00-1000000000–1000000000Multiplier used at start_percent and before the window when outside_window is hold.
end_multiplierFLOAT1.00-1000000000–1000000000Multiplier used at end_percent and after the window when outside_window is hold.
start_percentFLOAT0.0000–1Denoise progress where the multiplier transition window starts.
end_percentFLOAT1.0000–1Denoise progress where the multiplier transition window ends.
curveCOMBOlinearCurve used to interpolate from start_multiplier to end_multiplier inside the timestep window.
outside_windowCOMBOholdhold 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.
segmentsINT161–256Number of conditioning ranges used to approximate the multiplier curve inside the window.
tensor_scopeCOMBOmain_conditioning_and_float_metadataControls 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_behaviorCOMBOpreservepreserve leaves integer/bool tensors unchanged. error raises when a non-floating tensor is encountered.
metadata_keysSTRINGpooled_output,t5xxl_weightsComma-separated metadata tensor keys to scale when tensor_scope includes metadata. Integer token ids such as t5xxl_ids should not be listed.
log_summaryBOOLEANfalsePrint how many tensors were multiplied or preserved.

Outputs (1)

NameTypeDescription
conditioningCONDITIONING