ComfyUI Node
Model Input Switch JK๐
Switch between two model inputs based on boolean condition
Model Input Switch JK๐
- model_false
- model_true
- model_output
- boolean
โboolean_valuefalseโบ
Category๐ JK/๐ Switch
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| boolean_value | BOOLEAN | false | Condition to select between inputs (True=model_true, False=model_false) |
| model_false | MODEL | Model to return when condition is False | |
| model_trueopt | MODEL | Model to return when condition is True (optional) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| model_output | MODEL | โ |
| boolean | BOOLEAN | โ |