ComfyUI Node

create INT

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.

By StableLlama·Created about a year ago·Updated 25 days ago· 45
create INT
  • value
  • INT
CategoryBasic/INT

Inputs (1)

NameTypeDefaultDescription
value*0

Outputs (1)

NameTypeDescription
INTINT