ComfyUI Node
✨ intelliPrompt
Edit prompts here, keep downstream CLIPTextEncode text blank, and output optimized prompt text. Enable preserve_negative_terms for negative prompts.
✨ intelliPrompt
- optimized_prompt
◄promptA beautiful sunset over the mountains►
◄optimizer_seed42►
◄use_apitrue►
◄preserve_negative_termsfalse►
◄quality_tagsmasterpiece, best quality, detailed►
Categoryutils
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | A beautiful sunset over the mountains | Write the prompt in this node. The optimized output should feed into CLIPTextEncode, whose text box stays blank. |
| optimizer_seed | INT | 420–9999999999 | Seed used only by intelliPrompt optimization. Renamed to avoid ComfyUI special-casing of inputs literally named 'seed'. |
| use_api | BOOLEAN | true | Use Pollinations API for advanced optimization. Disable to use local processing only. Ignored when preserve_negative_terms is enabled. |
| preserve_negative_terms | BOOLEAN | false | Enable for negative prompts. Uses conservative local cleanup only, preserves negative terms, and disables API and quality-tag enrichment. |
| quality_tagsopt | STRING | masterpiece, best quality, detailed | Optional quality enhancement tags used only in normal local mode. Ignored when preserve_negative_terms is enabled or when API output is used. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| optimized_prompt | STRING | — |