ComfyUI Node
MultiOutputScript
A ComfyUI node in utils with 7 inputs and 6 outputs.
MultiOutputScript
- in_text_1
- in_text_2
- in_text_3
- in_value_1
- in_value_2
- in_value_3
- out_text_1
- out_text_2
- out_text_3
- out_value_1
- out_value_2
- out_value_3
◄code# UI inputs: in_text_1, in_text_2, in_text_3, in_value_1, in_value_2, in_value_3
# Script inputs: it1, it2, it3, iv1, iv2, iv3
# UI outputs: out_text_1, out_text_2, out_text_3, out_value_1, out_value_2, out_value_3
# Script outputs: ot1, ot2, ot3, ov1, ov2, ov3
# Example:
width, height = (512, 384) if iv1 > iv2 else (384, 512)
ov1, ov2 = width, height
►
Categoryutils
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| code | STRING | # UI inputs: in_text_1, in_text_2, in_text_3, in_value_1, in_value_2, in_value_3 # Script inputs: it1, it2, it3, iv1, iv2, iv3 # UI outputs: out_text_1, out_text_2, out_text_3, out_value_1, out_value_2, out_value_3 # Script outputs: ot1, ot2, ot3, ov1, ov2, ov3 # Example: width, height = (512, 384) if iv1 > iv2 else (384, 512) ov1, ov2 = width, height | — |
| in_text_1opt | * | — | |
| in_text_2opt | * | — | |
| in_text_3opt | * | — | |
| in_value_1opt | * | — | |
| in_value_2opt | * | — | |
| in_value_3opt | * | — |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| out_text_1 | STRING | — |
| out_text_2 | STRING | — |
| out_text_3 | STRING | — |
| out_value_1 | INT | — |
| out_value_2 | INT | — |
| out_value_3 | INT | — |