Visit ComfyUI Online for ready-to-use ComfyUI environment
Combine separate schedules into one unified list for streamlined scheduling and task execution in AI workflows.
The SaltScheduleMerge
node is designed to combine two separate schedule lists into a single unified list. This node is particularly useful when you have multiple schedules that need to be executed in sequence or merged for a cohesive workflow. By appending one list to another, it simplifies the process of managing and executing complex scheduling tasks, ensuring that all elements are processed in the desired order. This node is essential for AI artists who need to streamline their scheduling operations, making it easier to handle multiple tasks without manually merging lists.
schedule_list_a
is the first list of schedules that you want to merge. This parameter takes a list of schedules, which can include various tasks or events that need to be executed. The order of elements in this list will be preserved when merged with the second list. There are no specific minimum, maximum, or default values for this parameter, as it depends on the schedules you are working with.
schedule_list_b
is the second list of schedules that you want to merge with the first list. Similar to schedule_list_a
, this parameter takes a list of schedules. The elements in this list will be appended to the end of schedule_list_a
, maintaining their order. There are no specific minimum, maximum, or default values for this parameter, as it depends on the schedules you are working with.
schedule_list
is the resulting list after merging schedule_list_a
and schedule_list_b
. This output parameter provides a single unified list that combines the schedules from both input lists. The order of elements is preserved, with all elements from schedule_list_a
appearing first, followed by all elements from schedule_list_b
. This merged list can then be used for further processing or execution in your workflow.
schedule_list_a
and schedule_list_b
are correctly populated with the schedules you want to merge before using this node.schedule_list_a
followed by schedule_list_b
.schedule_list_a
or schedule_list_b
) are not provided or are None
.schedule_list_a
and schedule_list_b
are properly defined and contain valid lists before using the node.LIST
.schedule_list_a
and schedule_list_b
are lists. If they are not, convert them to lists before passing them to the node.© Copyright 2024 RunComfy. All Rights Reserved.