Visit ComfyUI Online for ready-to-use ComfyUI environment
Node for managing schedule values by applying a threshold for filtering or limiting values dynamically.
SaltThresholdSchedule is a node designed to manage and manipulate schedule values by applying a threshold. This node is particularly useful in scenarios where you need to filter or limit values within a schedule based on a specified threshold. By setting a threshold, you can control which values in the schedule are retained or modified, allowing for more precise and controlled scheduling operations. This can be beneficial in various applications, such as animation, audio visualization, or any other domain where scheduled values need to be managed dynamically.
This parameter represents the list of values that you want to apply the threshold to. It is a required input and should be provided as a list of numeric values. The values in this list will be evaluated against the specified threshold to determine which values are retained or modified.
This parameter specifies the threshold value that will be used to filter or modify the values in the schedule_list. It is a required input and should be provided as a numeric value. Values in the schedule_list that meet or exceed this threshold will be retained or modified based on the node's logic.
This parameter determines the mode of operation for the threshold application. It can have different options such as "retain_above", "retain_below", "modify_above", or "modify_below". Each mode specifies how the values in the schedule_list will be handled in relation to the threshold_value. For example, "retain_above" will keep values above the threshold, while "modify_below" will modify values below the threshold.
The output parameter is a list of values that have been processed based on the specified threshold and mode. This list will contain the values from the original schedule_list that meet the criteria defined by the threshold_value and mode, either retaining or modifying them as specified.
© Copyright 2024 RunComfy. All Rights Reserved.