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.

By ez-af·Created 2 years ago·Updated 3 months ago· 28
EZ CSV Loader
    • STRING
    • OPT_FILEPATH
    • BATCH_SELECTED
    csv_file
    selection_modesingle
    opt_seed0
    filter_text
    selected_row
    CategoryEZ NODES

    Inputs (5)

    NameTypeDefaultDescription
    csv_fileCOMBOCSV file to search for text by row
    selection_modeCOMBOsingle- 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_seedoptINT00–18446744073709550000Control SEED, used only in 'random' selection mode. If not connected, always re-executes node on prompt
    filter_textoptSTRINGFilter items based on a text string
    selected_rowoptSTRING

    Outputs (3)

    NameTypeDescription
    STRINGSTRINGContent of selected row(s). Usually needs to be processed by Prompt Extractor
    OPT_FILEPATHSTRINGPath to currently selected csv file.
    BATCH_SELECTEDSTRINGList of all selected items. Will output all visible (filtered) items if none or single item is selected.