ComfyUI Node
Node Chain Extender
A ComfyUI node in nifty/utils with 7 inputs and 1 output.
Node Chain Extender
- count
◄count1►
◄source_node►
◄end_node►
◄connect_slots►
◄gap20►
◄bypass_on_removetrue►
◄search_from_roottrue►
Categorynifty/utils
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| count | INT | 11–32 | Number of chained node copies to create (1–32). |
| source_node | STRING | Title of the node to use as the template for each chain link. | |
| end_node | STRING | Title of the node that marks the end of the chain — new copies are inserted before it. | |
| connect_slots | STRING | Comma-separated list of slot name pairs to connect between adjacent chain links, e.g. 'output:input'. | |
| gap | INT | 200–2048 | Pixel gap between adjacent chain nodes in the graph layout. |
| bypass_on_remove | BOOLEAN | true | Bypass removed chain links instead of deleting them outright. |
| search_from_root | BOOLEAN | true | When True, searches for nodes in the root graph even when used inside a subgraph. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| count | INT | — |