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)
| Name | Type | Required |
|---|---|---|
| int_value | INT | required |
Outputs (1)
| Name | Type |
|---|---|
| INT | INT |