ComfyUI Node
Storyboard · Text Table
A ComfyUI node in Storyboard with 2 inputs and 4 outputs.
Storyboard · Text Table
- prompt
- negative
- name
- weight
◄table_data[
{
"name": "portrait",
"prompt": "cinematic close-up portrait, soft window light, 85mm",
"negative": "blurry, low quality",
"weight": 1.0
},
{
"name": "landscape",
"prompt": "wide epic mountain landscape at sunrise, mist",
"negative": "",
"weight": 1.0
},
{
"name": "anime",
"prompt": "anime style, vibrant colors, clean lineart, detailed",
"negative": "photorealistic",
"weight": 1.2
}
]►
◄selectportrait►
CategoryStoryboard
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| table_data | STRING | [ { "name": "portrait", "prompt": "cinematic close-up portrait, soft window light, 85mm", "negative": "blurry, low quality", "weight": 1.0 }, { "name": "landscape", "prompt": "wide epic mountain landscape at sunrise, mist", "negative": "", "weight": 1.0 }, { "name": "anime", "prompt": "anime style, vibrant colors, clean lineart, detailed", "negative": "photorealistic", "weight": 1.2 } ] | — |
| select | STRING | portrait | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| prompt | STRING | — |
| negative | STRING | — |
| name | STRING | — |
| weight | FLOAT | — |