ComfyUI Node
Bitwise Right Shift Operator
A ComfyUI node in ARG Toolkit/Utilities/Bitwise with 5 inputs and 1 output.
Bitwise Right Shift Operator
- bitwise_txt
◄text_1Hello World!►
◄text_2Hello World!►
◄datatype▾►
◄encoding_format▾►
◄other_encoding_format►
CategoryARG Toolkit/Utilities/Bitwise
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| text_1 | STRING | Hello World! | The main string to compare against. Accepts format defined in `datatype` |
| text_2 | STRING | Hello World! | The secondary string to compare against. Accepts format defined in `datatype` |
| datatype | COMBO | 5 options: String, Hexadecimal, Base64, Integer, Binary | |
| encoding_format | COMBO | The encoding format available for text, may yield different results when converting. | |
| 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 | — |