ComfyUI Node
from bytes
Converts a bytes object to an integer. This class method takes bytes, byte order, and signed flag as inputs and returns an integer.
from bytes
- bytes_value
- INT
◄byteorderbig►
◄signedFalse►
CategoryBasic/INT
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| bytes_value | BYTES | — | |
| byteorder | COMBO | big | 2 options: big, little |
| signed | COMBO | False | 2 options: True, False |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| INT | INT | — |