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.
Prompt Search List
- prompts
- preview
- count
◄text►
◄category►
◄tags►
◄min_rating0►
◄limit50►
◄skip_multiparttrue►
Category🫶 ComfyAssets/🧠 Prompts
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| textopt | STRING | Search text to match against prompt content | |
| categoryopt | STRING | Filter by specific category | |
| tagsopt | STRING | Comma-separated list of tags to filter by (partial match) | |
| min_ratingopt | INT | 00–5 | Minimum rating (0-5) to include in results |
| limitopt | INT | 501–1000 | Maximum number of results to return |
| skip_multipartopt | BOOLEAN | true | Skip prompts containing Clip_1/Clip_2/etc. multi-part markers |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| prompts | STRING | List of prompt texts matching the search criteria. |
| preview | STRING | Preview of all found prompts (for display). |
| count | INT | Number of prompts found. |