ComfyUI Node
Boolean input
App input
Boolean input
- parent
- value
- Order + 1
◄value_in—►
◄defaulttrue►
◄order10►
◄advancedfalse►
◄value_from_interface—►
◄tooltip—►
Categoryapi/app
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| value_in | BOOLEAN | This value is used when running the workflow in ComfyUI. | |
| default | BOOLEAN | true | Web app control default value. |
| order | INT | 10 | Control order in its section. Lowest value at the top. Highest at the bottom. |
| advancedopt | BOOLEAN | false | Control is only shown when advanced is True. |
| value_from_interfaceopt | STRING | To be used when modifying the workflow API json from an external interface. Note that this string is interpreted as a json string. | |
| parentopt | PARENT | Web app parent to add the node to. | |
| tooltipopt | STRING | Web app control tooltip. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| value | BOOLEAN | Output value. |
| Order + 1 | INT | Order number for the next control. |