ComfyUI Node
EZ CSV Loader
Loads rows from selected csv file based on UI selection. First column is always used to provide labels for UI.
EZ CSV Loader
- STRING
- OPT_FILEPATH
- BATCH_SELECTED
◄csv_file▾►
◄selection_modesingle►
◄opt_seed0►
◄filter_text►
◄selected_row►
CategoryEZ NODES
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| csv_file | COMBO | CSV file to search for text by row | |
| selection_mode | COMBO | single | - single: Allows selection of one item at a time. - multiple: Allows selection of multiple items. Output will be comma-separated. - random: Allows selection of multiple items. Randomly outputs one of the selected items on each prompt queue. Will select from all visible (filtered) items if none or single item is selected. Uses seed if opt_seed is connected. Always re-executes node if opt_seed is not connected |
| opt_seedopt | INT | 00–18446744073709550000 | Control SEED, used only in 'random' selection mode. If not connected, always re-executes node on prompt |
| filter_textopt | STRING | Filter items based on a text string | |
| selected_rowopt | STRING | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | Content of selected row(s). Usually needs to be processed by Prompt Extractor |
| OPT_FILEPATH | STRING | Path to currently selected csv file. |
| BATCH_SELECTED | STRING | List of all selected items. Will output all visible (filtered) items if none or single item is selected. |