ComfyUI Node
ListIndex (Yogurt Nodes)
通过索引从任何列表类型对象中获取元素
ListIndex (Yogurt Nodes)
- list_data
- item
◄index0►
CategoryYogurtNodes/Logic
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list_data | * | 任何支持索引访问的列表类型对象 | |
| index | INT | 0 | 要访问的索引(支持负索引) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| item | * | — |