ComfyUI Node
Swap any Two values in a condition
A ComfyUI node in PrzewodoUtils with 3 inputs and 2 outputs.
Swap any Two values in a condition
- input_a
- input_b
- input_a
- input_b
◄invert_valuestrue►
CategoryPrzewodoUtils
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| invert_values | BOOLEAN | true | When True, swaps input_a and input_b positions in output. When False, returns inputs in original order |
| input_aopt | * | First input value. Will be returned as 'input_b' if invert_values is True, otherwise as 'input_a' | |
| input_bopt | * | Second input value. Will be returned as 'input_a' if invert_values is True, otherwise as 'input_b' |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| input_a | * | — |
| input_b | * | — |