Nodes/ComfyUI DataBeast/DB Get Batch List
ComfyUI Node

DB Get Batch List

A ComfyUI node in DataBeast with 2 inputs and 1 output.

By hanoixan·Created 2 years ago·Updated 2 years ago· 2
DB Get Batch List
  • source
  • item
expression
CategoryDataBeast

Inputs (2)

NameTypeDefaultDescription
sourceDB_ITEMSource item to get data from.
expressionSTRINGExpression 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)

NameTypeDescription
itemDB_ITEM