ComfyUI Node
Single CLIP Text Encode
Turns text into conditioning, and passes through the prompt. Zeros any input not hooked up.
Single CLIP Text Encode
- clip
- conditioning
- text
◄text—►
CategorySage Utils/clip/encode/text
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | The CLIP model used for encoding the text. | |
| text | STRING | The positive prompt's text. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| conditioning | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |
| text | STRING | The positive prompt's text. |