Nodes/ComfyUI/CLIP Text Encode (Prompt)
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.

By Comfy-Org·Created 4 years ago·Updated 15 days ago· 121,575
CLIP Text Encode (Prompt)
  • clip
  • CONDITIONING
text
Categorymodel/conditioning

Inputs (2)

NameTypeDefaultDescription
textSTRINGThe text to be encoded.
clipCLIPThe CLIP model used for encoding the text.

Outputs (1)

NameTypeDescription
CONDITIONINGCONDITIONINGA conditioning containing the embedded text used to guide the diffusion model.