ComfyUI Node
π« NOT (Invert Condition)
This node is a simple NOT gate that will invert any conditions that go through it (i.e. conditions evaluating to True will become False and vice versa). If Mode is set to Logical, instead of performing a Boolean NOT operation a BINARY not will be executed on the value instead. This is meant to be used for numeric values rather than booleans. For more information on how this works, consult the Wikipedia page on 'Two's Complement'.
π« NOT (Invert Condition)
- input
- output
βmodetrueβΊ
CategoryπΊ VykosX-ControlFlowUtils
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| input | * | Data to forward to other nodes after inverting the condition. | |
| mode | BOOLEAN | true | What kind of NOT will be executed, Boolean or Logical. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| output | * | Data that will be forwarded to other nodes after inversion |