ComfyUI Node
DB Load Data
A ComfyUI node in DataBeast with 3 inputs and 1 output.
DB Load Data
- data
◄path—►
◄filter—►
◄exclusive—►
CategoryDataBeast
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| path | STRING | Path to file to load. .json and .csv are treated as their formats, anything else is interepreted as YAML. | |
| filter | STRING | Pattern filter. If exclusive is true, only include lines that DO NOT match this regex filter. If not exclusive, include ONLY lines that match this filter. If using capture groups and not exclusive, all capture groups will be concatenated into the final text for that line. | |
| exclusive | BOOLEAN | Exclude with pattern. If false, include only lines with the filter regex pattern, if there is one. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| data | DB_ITEM | — |