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