Visit ComfyUI Online for ready-to-use ComfyUI environment
Assign or update keyframed curve labels for organization and easy identification in projects.
The KfSetCurveLabel
node is designed to allow you to assign or change the label of a keyframed curve. This can be particularly useful when you are working with multiple curves and need to organize or identify them easily. By setting a meaningful label, you can streamline your workflow, making it easier to reference and manage curves within your project. This node essentially takes an existing keyframed curve and updates its label to the specified string, ensuring that your curves are well-documented and easily distinguishable.
The curve
parameter expects a keyframed curve input. This is the curve whose label you want to change. The input type is KEYFRAMED_CURVE
, and it is a required parameter. This parameter ensures that the node has a valid curve to work with, and it must be provided for the node to function correctly.
The label
parameter is a string that represents the new label you want to assign to the curve. This parameter is also required and has a default value of ~curve~
. The label
should be a meaningful name that helps you identify the curve easily in your project. It is a single-line string input, meaning it does not support multiline text.
The output of the KfSetCurveLabel
node is a keyframed curve with the updated label. This output retains all the original properties and data of the input curve but with the new label assigned. The output type is KEYFRAMED_CURVE
, which can be used in subsequent nodes that require a keyframed curve input.
curve
parameter is connected to a valid keyframed curve to avoid errors.~curve~
as a placeholder and update it to a more specific name as your project evolves.Invalid curve input
curve
parameter is not connected to a valid keyframed curve.curve
parameter.Label cannot be empty
label
parameter is left empty.label
parameter to ensure the curve is properly labeled.TypeError: 'NoneType' object has no attribute 'label'
None
or not properly initialized.KfSetCurveLabel
node.© Copyright 2024 RunComfy. All Rights Reserved.