Visit ComfyUI Online for ready-to-use ComfyUI environment
Multiply keyframed curves by 10 for amplified animation effects.
The KfCurvesMultiplyx10
node is designed to perform a multiplication operation on keyframed curves, scaling the result by a factor of 10. This node is particularly useful when you need to amplify the combined effect of two curves in your animation or AI art project. By multiplying the values of two input curves and then scaling the result, this node allows you to create more pronounced and dynamic changes in your keyframed animations. This can be especially beneficial in scenarios where subtle changes are not sufficient, and a more significant impact is desired.
curve_1
is the first keyframed curve input required for the multiplication operation. This parameter represents the initial curve whose values will be multiplied by the corresponding values of curve_2
. The input must be of type KEYFRAMED_CURVE
and is mandatory for the node to function. The values of this curve will be scaled by a factor of 10 after the multiplication.
curve_2
is the second keyframed curve input required for the multiplication operation. Similar to curve_1
, this parameter represents the curve whose values will be multiplied by the corresponding values of curve_1
. The input must be of type KEYFRAMED_CURVE
and is mandatory for the node to function. The values of this curve will also be scaled by a factor of 10 after the multiplication.
The output of the KfCurvesMultiplyx10
node is a keyframed curve that represents the result of multiplying the values of curve_1
and curve_2
, scaled by a factor of 10. This output curve can be used in subsequent nodes or processes to drive animations or other effects that require amplified keyframed data. The resulting curve encapsulates the dynamic interaction between the two input curves, providing a more pronounced effect.
curve_1
and curve_2
are properly defined and contain keyframed data before using this node to avoid unexpected results.TypeError: unsupported operand type(s) for *: 'NoneType' and 'NoneType'
None
.curve_1
and curve_2
are valid keyframed curves and are not None
.ValueError: Input curves must be of type 'KEYFRAMED_CURVE'
KEYFRAMED_CURVE
.curve_1
and curve_2
are of the correct type and are properly formatted as keyframed curves.IndexError: list index out of range
© Copyright 2024 RunComfy. All Rights Reserved.