ComfyUI Node
Flow - CLIP Text Encode
Encodes a text prompt using a CLIP model into an embedding that can be used to guide the diffusion model towards generating specific images.
Flow - CLIP Text Encode
- clip
- gen_info
- CONDITIONING
- GENINFO
◄text—►
◄typePositive►
Categoryconditioning
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | The text to be encoded. | |
| clip | CLIP | The CLIP model used for encoding the text. | |
| type | COMBO | Positive | 2 options: Positive, Negative |
| gen_info | GENINFO | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| CONDITIONING | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |
| GENINFO | GENINFO | — |