ComfyUI Node
last
Returns the last element in a list. This node takes a list as input and returns the last element of the list. If the list is empty, it returns None.
last
- list
- last_element
CategoryBasic/Data List
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| list | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| last_element | * | — |