ComfyUI Node
sort
Sorts the items in a list. This node takes a list as input and returns a new sorted list. Options include sorting in reverse order and using a key function.
sort
- list
- list
◄reverseFalse►
CategoryBasic/Data List
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list | * | — | |
| reverseopt | COMBO | False | 2 options: False, True |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| list | * | — |