Visit ComfyUI Online for ready-to-use ComfyUI environment
Versatile node for managing and scheduling values over frames, enhancing animation precision and fluidity.
The CR Value Scheduler is a versatile node designed to manage and schedule values over a series of frames, making it an essential tool for animation and time-based value adjustments. This node allows you to define a schedule for values, which can be dynamically adjusted based on the current frame of your animation. By providing a default value and a schedule, the CR Value Scheduler ensures that your values change smoothly and predictably over time, enhancing the fluidity and precision of your animations. This node is particularly useful for AI artists who need to automate value changes without manually adjusting each frame, thereby saving time and reducing the potential for errors.
The mode
parameter determines the operational mode of the scheduler. When set to "Default Value," the scheduler is disabled, and the default value is used throughout. This parameter is crucial for toggling between using a predefined schedule and a constant value. The available options are "Default Value" and "Scheduled Value."
The current_frame
parameter specifies the current frame number in the animation sequence. This parameter is essential for determining the value at a specific point in time based on the provided schedule. It accepts integer values starting from 0.
The schedule_alias
parameter is a string identifier for the schedule being used. This alias helps in managing and referencing different schedules, especially when multiple schedules are in use.
The default_value
parameter sets the fallback value used when the scheduler is disabled or when no specific value is defined for the current frame. This parameter ensures that there is always a valid output, preventing disruptions in the animation. It accepts both integer and float values.
The schedule_format
parameter defines the format of the schedule, specifying how the values are structured and interpreted. This parameter is important for correctly parsing and applying the schedule to the animation.
The schedule
parameter contains the actual schedule data, which is a series of keyframes and corresponding values. This parameter is used to dynamically adjust the output value based on the current frame. It accepts a structured format that aligns with the schedule_format
.
The int_out
parameter is the integer representation of the scheduled value for the current frame. This output is useful for scenarios where integer values are required, ensuring compatibility with various systems and processes.
The float_out
parameter is the float representation of the scheduled value for the current frame. This output provides a more precise value, which is essential for fine-tuned adjustments and smooth transitions in animations.
The show_help
parameter provides a URL link to the documentation and help resources for the CR Value Scheduler. This output is valuable for users who need additional guidance or troubleshooting information.
default_value
parameter to set a fallback value that maintains consistency when the schedule is not in use.show_help
link for updates and additional tips on using the CR Value Scheduler effectively.<params>
© Copyright 2024 RunComfy. All Rights Reserved.