ComfyUI Node
Grouping
Web app node for grouping controls. Tabs and Columns are grouped based on their parent. Their order is based on the standard ordering mechanism. The location of the group in the app is based on the order of the first tab. Repeating groups repeat the attached input nodes a configurable number of times.
Grouping
- parent
- Parent
- Order + 1
◄order10►
◄Advancedfalse►
◄mode▾►
Categoryapi/app
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| order | INT | 10 | Control order in its section. Lowest value at the top. Highest at the bottom. |
| Advanced | BOOLEAN | false | Control is only shown when advanced is True. |
| mode | COMBO | Set the mode of this grouping. | |
| parentopt | PARENT | Web app parent to add the node to. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| Parent | PARENT | — |
| Order + 1 | INT | Order number for the next control. |