ComfyUI Node
Prompt Manager
Encodes a text prompt using a CLIP model into an embedding that can be used to guide the diffusion model towards generating specific images. Additionally saves all prompts to a local SQLite database with optional metadata for search and retrieval.
Prompt Manager
- clip
- CONDITIONING
- STRING
◄text—►
◄category►
◄tags►
◄search_text►
◄prepend_text—►
◄append_text—►
Category🫶 ComfyAssets/🧠 Prompts
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | The text prompt to be encoded and saved to database. | |
| clip | CLIP | The CLIP model used for encoding the text. | |
| 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 (2)
| Name | Type | Description |
|---|---|---|
| CONDITIONING | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |
| STRING | STRING | The final combined text string (with prepend/append applied) that was encoded. |