ComfyUI Node
List from Loop (PixNodes)
A ComfyUI node in PixNodes/loop with 3 inputs and 2 outputs.
List from Loop (PixNodes)
- list_in
- item
- collection
- length
◄split_itemstrue►
CategoryPixNodes/loop
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| list_in | * | 来自循环开始节点或上一轮迭代的列表/Batch | |
| item | * | 当前迭代产生的新数据项 | |
| split_items | BOOLEAN | true | 如果为True,在追加之前展开列表数据 |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| collection | * | — |
| length | INT | — |