create INT
Basic data handling: IntCreate
Create an INT from a STRING widget. The input string must be a valid integer number and will be directly converted to an INT without any further processing. Strings starting with "0b" are interpreted as binary numbers, "0o" as octal numbers, and "0x" as hexadecimal numbers. Note: This doesn't handle ones' complement as the data size is unknown.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| value | * | required |
Outputs (1)
| Name | Type |
|---|---|
| INT | INT |