ComfyUI Node
Bitwise NOT Operator
A ComfyUI node in ARG Toolkit/Utilities/Bitwise with 4 inputs and 1 output.
Bitwise NOT Operator
- bitwise_txt
◄datatype▾►
◄encoding_format▾►
◄textHello World!►
◄other_encoding_format►
CategoryARG Toolkit/Utilities/Bitwise
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| datatype | COMBO | 5 options: String, Hexadecimal, Base64, Integer, Binary | |
| encoding_format | COMBO | The encoding format available for text, may yield different results when converting. | |
| text | STRING | Hello World! | The main string to compare against. Accepts format defined in `datatype` |
| other_encoding_formatopt | STRING | If, for some reason, your chosen encoding format is not available in the dropdown, select "Other" in encoding_format and type in your encoding format here. Supports all format written in Python's `encoding` module. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| bitwise_txt | STRING | — |