ComfyUI Node Runs on cloud
CLIP Text Encode (Prompt)
Encodes a text prompt using a CLIP model into an embedding that can be used to guide the diffusion model towards generating specific images.
CLIP Text Encode (Prompt)
- clip
- CONDITIONING
◄text—►
Categorymodel/conditioning
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | The text to be encoded. | |
| clip | CLIP | The CLIP model used for encoding the text. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| CONDITIONING | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |