Nodes/ComfyUI_PromptManager/Prompt Search List
ComfyUI Node

Prompt Search List

Searches the prompt database and outputs matching prompts as a list. Use this node to retrieve stored prompts for batch processing workflows. 'prompts' output sends each prompt individually to downstream nodes (batch). 'preview' output shows all found prompts as one text block. 'count' output shows how many prompts were found.

By ComfyAssets·Created about a year ago·Updated about a month ago· 148
Prompt Search List
    • prompts
    • preview
    • count
    text
    category
    tags
    min_rating0
    limit50
    skip_multiparttrue
    Category🫶 ComfyAssets/🧠 Prompts

    Inputs (6)

    NameTypeDefaultDescription
    textoptSTRINGSearch text to match against prompt content
    categoryoptSTRINGFilter by specific category
    tagsoptSTRINGComma-separated list of tags to filter by (partial match)
    min_ratingoptINT00–5Minimum rating (0-5) to include in results
    limitoptINT501–1000Maximum number of results to return
    skip_multipartoptBOOLEANtrueSkip prompts containing Clip_1/Clip_2/etc. multi-part markers

    Outputs (3)

    NameTypeDescription
    promptsSTRINGList of prompt texts matching the search criteria.
    previewSTRINGPreview of all found prompts (for display).
    countINTNumber of prompts found.