ComfyUI Node
💪TB | Unpack Float
Unpacks a float value from GenParams.
💪TB | Unpack Float
- genparams
- FLOAT
◄param_name►
◄default_value0.0►
Category💪TinyBreaker/genparams
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| genparams | GENPARAMS | The generation parameters containing the float value to be unpacked. | |
| param_name | STRING | The name of the float parameter to be unpacked. | |
| default_value | FLOAT | 0.0 | The default value to be used when the parameter is not found. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| FLOAT | FLOAT | The unpacked float value extracted from the `GenParams` input or the specified default. |