ComfyUI Node
Condition Assignment
A ComfyUI node in AutoFlow/Utilities with 11 inputs and 5 outputs.
Condition Assignment
- image_true
- image_false
- any_true
- any_false
- string
- int
- float
- image
- any
◄conditiontrue►
◄string_truetrue►
◄string_falsefalse►
◄int_true1►
◄int_false0►
◄float_true1.00►
◄float_false0.00►
CategoryAutoFlow/Utilities
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| condition | BOOLEAN | true | Condition to determine output values |
| string_true | STRING | true | — |
| string_false | STRING | false | — |
| int_true | INT | 1-999999–999999 | Integer value when condition is true |
| int_false | INT | 0-999999–999999 | Integer value when condition is false |
| float_true | FLOAT | 1.00-999999–999999 | Float value when condition is true |
| float_false | FLOAT | 0.00-999999–999999 | Float value when condition is false |
| image_trueopt | IMAGE | Image value when condition is true | |
| image_falseopt | IMAGE | Image value when condition is false | |
| any_trueopt | * | Any type value when condition is true | |
| any_falseopt | * | Any type value when condition is false |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| string | STRING | — |
| int | INT | — |
| float | FLOAT | — |
| image | IMAGE | — |
| any | * | — |