Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates adding keyframed curves to parameter groups for enhanced animation control.
The KfPGroupCurveAdd
node is designed to facilitate the addition of a keyframed curve to a parameter group, effectively combining their values. This node is particularly useful for AI artists who want to manipulate and enhance their animations or procedural art by adding dynamic curves to parameter groups. By using this node, you can seamlessly integrate a keyframed curve into an existing parameter group, allowing for more complex and nuanced control over your animations. The primary goal of this node is to provide a straightforward method for combining curves and parameter groups, thereby expanding the creative possibilities available to you.
The parameter_group
input parameter expects a parameter group object, which is a collection of parameters that can be manipulated together. This parameter is required and must be provided as an input. The parameter group serves as the base to which the keyframed curve will be added. By combining the parameter group with the curve, you can achieve more intricate and detailed animations. There are no specific minimum or maximum values for this parameter, but it must be a valid parameter group object.
The curve
input parameter expects a keyframed curve object, which represents a series of values over time. This parameter is also required and must be provided as an input. The keyframed curve will be added to the parameter group, allowing you to introduce dynamic changes and variations to the parameters within the group. Similar to the parameter_group
parameter, there are no specific minimum or maximum values for this parameter, but it must be a valid keyframed curve object.
The output parameter is a PARAMETER_GROUP
, which is the result of adding the keyframed curve to the input parameter group. This combined parameter group can then be used in subsequent nodes or processes to drive animations or procedural art. The output parameter group retains all the original parameters from the input group, but with the added influence of the keyframed curve, providing enhanced control and flexibility.
parameter_group
and curve
inputs are valid and correctly formatted to avoid errors during execution.parameter_group
input is not a valid parameter group object.parameter_group
input is correctly formatted and is a valid parameter group object.curve
input is not a valid keyframed curve object.curve
input is correctly formatted and is a valid keyframed curve object.© Copyright 2024 RunComfy. All Rights Reserved.