Visit ComfyUI Online for ready-to-use ComfyUI environment
Manipulate element order in sequences for data organization and management, enhancing workflow efficiency.
The Reorder node is designed to manipulate the order of elements within a sequence, providing you with flexible options to rearrange your data. This node is particularly useful when you need to reverse, sort, or reverse sort a sequence, allowing you to easily manage and organize your data for various artistic and computational purposes. By offering different methods of reordering, the Reorder node helps you achieve the desired arrangement of elements, enhancing the efficiency and effectiveness of your workflow.
The sequence
parameter represents the input sequence that you want to reorder. This can be any list or collection of elements that you need to manipulate. The sequence is the primary data that will be processed by the node, and its content will be rearranged based on the selected method.
The method
parameter determines the specific way in which the sequence will be reordered. It offers three options: "reverse", "sort", and "reverse sort". The "reverse" option will reverse the order of the elements in the sequence, the "sort" option will sort the elements in ascending order, and the "reverse sort" option will sort the elements in descending order. The default value for this parameter is "sort".
The sequence
output parameter represents the reordered sequence after the specified method has been applied. This output will contain the elements of the original sequence rearranged according to the chosen method, providing you with the desired order for further processing or analysis.
© Copyright 2024 RunComfy. All Rights Reserved.