Visit ComfyUI Online for ready-to-use ComfyUI environment
Smooth transitions between scheduled values for gradual progression and cohesive flow.
SaltScheduleSmoothing is a node designed to smooth out a list of scheduled values, making transitions between values more gradual and less abrupt. This is particularly useful in scenarios where you want to create a more natural progression or fade between keyframes or scheduled events. By applying a smoothing factor, the node blends each value in the list with its predecessor, resulting in a smoother overall sequence. This can enhance the visual or auditory experience by reducing sudden changes and creating a more cohesive flow.
schedule_list
is a list of values that you want to smooth. This list represents the original sequence of scheduled values that may have abrupt changes or transitions. The node processes this list to produce a smoother version, making the transitions between values more gradual.
smoothing_factor
is a floating-point value that determines the degree of smoothing applied to the schedule_list
. It ranges from 0.0 to 1.0, with a default value of 0.5. A lower value results in less smoothing, preserving more of the original list's characteristics, while a higher value increases the smoothing effect, making transitions between values more gradual.
schedule_list
is the output list of smoothed values. This list retains the same length as the input schedule_list
but with transitions between values made more gradual according to the specified smoothing_factor
. The smoothed list can be used in various applications where a more natural progression of values is desired.
smoothing_factor
value, such as 0.2 or 0.3.smoothing_factor
to values closer to 1.0.smoothing_factor
values to find the optimal balance for your specific use case, whether it's for visual animations or audio transitions.schedule_list
is not a list of numerical values.schedule_list
parameter is a list containing only numerical values.smoothing_factor
is set outside the valid range of 0.0 to 1.0.smoothing_factor
to be within the range of 0.0 to 1.0.schedule_list
parameter is not provided.schedule_list
when using the node.© Copyright 2024 RunComfy. All Rights Reserved.