ComfyUI Node
Prompt Style Encoder
Encodes a text prompt using a CLIP model into an embedding that can be used to guide the diffusion model towards generating specific images with selected style.
Prompt Style Encoder
- clip
- +VE
- -VE
◄positive_prompt—►
◄negative_prompt—►
◄style▾►
Categoryconditioning
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| positive_prompt | STRING | The text to be encoded. | |
| negative_prompt | STRING | The text to be encoded. | |
| style | COMBO | 203 options: none, anime1, anime2, beauArt, black Line art, comic1, +197 | |
| clip | CLIP | The CLIP model used for encoding the text. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| +VE | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |
| -VE | CONDITIONING | — |