ComfyUI Node
DB Get Batch List
A ComfyUI node in DataBeast with 2 inputs and 1 output.
DB Get Batch List
- source
- item
◄expression—►
CategoryDataBeast
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| source | DB_ITEM | Source item to get data from. | |
| expression | STRING | Expression to get batch list. A Python expression that when appended onto the input data leads to a list in the loaded table to generate the batch items from. Ex: If we assume inputs data is a table with an "items" key and list value, we would write: ["items"] |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| item | DB_ITEM | — |