Nodes/ComfyUI_PromptManager/Prompt Manager Text
ComfyUI Node

Prompt Manager Text

Processes and manages text prompts with database storage and search capabilities. Outputs a plain STRING that can be used with any node that accepts text input. Includes all PromptManager features: categorization, tagging, search, and prepend/append functionality.

By ComfyAssets·Created about a year ago·Updated about a month ago· 148
Prompt Manager Text
    • STRING
    text
    category
    tags
    search_text
    prepend_text
    append_text
    Category🫶 ComfyAssets/🧠 Prompts

    Inputs (6)

    NameTypeDefaultDescription
    textSTRINGThe text prompt to be processed and saved to database.
    categoryoptSTRINGOptional category for organizing prompts (e.g., 'landscapes', 'portraits')
    tagsoptSTRINGComma-separated tags for the prompt (e.g., 'anime, detailed, sunset')
    search_textoptSTRINGSearch for past prompts containing this text
    prepend_textoptSTRINGText to prepend to the main prompt (connected STRING nodes will be added before the main text)
    append_textoptSTRINGText to append to the main prompt (connected STRING nodes will be added after the main text)

    Outputs (1)

    NameTypeDescription
    STRINGSTRINGThe final combined text string (with prepend/append applied) ready for use in other nodes.