Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates scheduling numerical values for animation transitions, enhancing efficiency and creativity in AI projects.
The CR Simple Value Scheduler is designed to facilitate the scheduling of simple numerical values over a series of frames in an animation. This node is particularly useful for AI artists who need to automate the transition of values, such as opacity, scale, or other numerical parameters, across different frames in their projects. By defining a schedule, you can control how a value changes over time, ensuring smooth and precise animations. The node simplifies the process by allowing you to input a schedule in a straightforward format, making it accessible even if you don't have a technical background. The primary goal of this node is to provide an easy-to-use tool for managing value transitions, enhancing the efficiency and creativity of your animation workflow.
The schedule
parameter is a string that defines the value transitions over different frames. Each line in the schedule should specify a frame number and the corresponding value, separated by a space or a comma. This parameter is crucial as it dictates how the value will change over time. If the schedule is empty, the node will issue a warning and return no output. There are no specific minimum or maximum values for this parameter, but it should be formatted correctly to ensure proper execution.
The current_frame
parameter is an integer that indicates the current frame number for which the value needs to be scheduled. This parameter is essential as it determines the specific value to be output based on the provided schedule. The value of current_frame
should be within the range of frames defined in the schedule to avoid warnings or errors.
The int_out
parameter is an integer output that represents the scheduled value for the current frame, rounded down to the nearest whole number. This output is useful for scenarios where an integer value is required, such as frame counts or discrete steps in an animation.
The float_out
parameter is a floating-point output that represents the exact scheduled value for the current frame. This output is beneficial for applications requiring precise numerical values, such as opacity levels or scaling factors.
The show_help
parameter is a string containing a URL to the documentation page for the CR Simple Value Scheduler. This output provides a quick reference for users who need additional information or guidance on using the node effectively.
schedule
parameter is correctly formatted with each frame and value pair on a new line to avoid parsing errors.current_frame
parameter to dynamically adjust the value based on the frame number, allowing for smooth transitions in your animations.show_help
URL for detailed examples and additional usage instructions to maximize the node's potential.schedule
parameter is empty.schedule
parameter contains valid frame and value pairs.current_frame
.<params>
at frame <current_frame>
© Copyright 2024 RunComfy. All Rights Reserved.