ComfyUI Node
Dual CLIP Text Encode
Turns a positive and negative prompt into conditionings, and passes through the prompts. Saves space over two CLIP Text Encoders, and zeros any input not hooked up.
Dual CLIP Text Encode
- clip
- positive
- negative
- pos_text
- neg_text
◄cleantrue►
◄pos—►
◄neg—►
CategorySage Utils/clip/encode/text
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | The CLIP model used for encoding the text. | |
| clean | BOOLEAN | true | Clean up the text, getting rid of extra spaces, commas, etc. |
| posopt | STRING | The positive prompt's text. | |
| negopt | STRING | The negative prompt's text. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| positive | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |
| negative | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |
| pos_text | STRING | The positive prompt's text. |
| neg_text | STRING | The negative prompt's text. |