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.
Prompt Manager Text
- STRING
◄text—►
◄category►
◄tags►
◄search_text►
◄prepend_text►
◄append_text►
Category🫶 ComfyAssets/🧠 Prompts
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | The text prompt to be processed and saved to database. | |
| categoryopt | STRING | Optional category for organizing prompts (e.g., 'landscapes', 'portraits') | |
| tagsopt | STRING | Comma-separated tags for the prompt (e.g., 'anime, detailed, sunset') | |
| search_textopt | STRING | Search for past prompts containing this text | |
| prepend_textopt | STRING | Text to prepend to the main prompt (connected STRING nodes will be added before the main text) | |
| append_textopt | STRING | Text to append to the main prompt (connected STRING nodes will be added after the main text) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | The final combined text string (with prepend/append applied) ready for use in other nodes. |