ComfyUI Node
Style Prompt From Config
Builds positive and negative prompts from sage_styles.json. If a style template contains {prompt}, your input is inserted there; otherwise your input is appended with ', '.
Style Prompt From Config
- positive_prompt
- negative_prompt
◄model▾►
◄positive—►
◄negative—►
CategorySage Utils/text/prompt/style
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| model | COMBO | Input value for model. | |
| positive | STRING | User positive prompt text to insert into the style template (or append if no {prompt} token exists). | |
| negative | STRING | User negative prompt text to insert into the style template (or append if no {prompt} token exists). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| positive_prompt | STRING | The generated positive prompt string. |
| negative_prompt | STRING | The generated negative prompt string. |