ComfyUI Node
Variable Builder (SBTools)
A ComfyUI node in SBTools/Prompt with 5 inputs and 7 outputs.
Variable Builder (SBTools)
- var_list
- PROMPT
- IMAGE1
- IMAGE2
- IMAGE3
- IMAGE4
- MAX_COMBINATIONS
- ALL_COMBINATIONS
◄template►
◄index0►
◄seed0►
◄separator, ►
CategorySBTools/Prompt
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| template | STRING | Template text with [TAG_NAME] tags (e.g., 'A [AGE] [GENDER][CLOTHING].'). Leave empty for simple join mode. | |
| index | INT | 00–999999 | Index to select which Sequential combination (loops automatically) |
| seed | INT | 00–4294967295 | Seed for Random TEXT variables (Image Variable has its own seed) |
| separator | STRING | , | Separator to join values (used for unused variables and empty template mode) |
| var_listopt | VARIABLE_LIST | Variable list from Prompt Variable, Image Variable Loader, or Variable Combiner |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| PROMPT | STRING | — |
| IMAGE1 | IMAGE | — |
| IMAGE2 | IMAGE | — |
| IMAGE3 | IMAGE | — |
| IMAGE4 | IMAGE | — |
| MAX_COMBINATIONS | INT | — |
| ALL_COMBINATIONS | STRING | — |