bit count

Basic data handling: IntBitCount

Returns the number of 1 bits in the binary representation of an integer. This node takes an integer as input and returns the count of set bits.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (1)

NameTypeRequired
int_valueINTrequired

Outputs (1)

NameType
INTINT