ComfyUI Node
Reorder List
A ComfyUI node in utils/list with 3 inputs and 1 output.
Reorder List
- list_items
- list_items
◄modeshuffle►
◄seed0►
Categoryutils/list
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| list_items | * | List-valued input to reorder. The node preserves the item type and returns a reordered list. | |
| mode | COMBO | shuffle | Reordering strategy. 'shuffle' applies a seeded random permutation. 'reverse' flips the list order. |
| seed | INT | 00–18446744073709550000 | 64-bit seed used when mode is shuffle. The same seed yields the same permutation. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| list_items | * | — |