ComfyUI Node
💪TB | Unpack Boolean
Unpacks a boolean value from GenParams.
💪TB | Unpack Boolean
- genparams
- BOOLEAN
◄param_name►
Category💪TinyBreaker/genparams
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| genparams | GENPARAMS | The generation parameters containing the boolean to be unpacked. | |
| param_name | STRING | The name of the boolean parameter to be unpacked. If not found, it will return False. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| BOOLEAN | BOOLEAN | The boolean value extracted from the `GenParams` line or False if not found. |