Nodes/ComfyUI Prompt Formatter/CLIP Text Encode (Prompt Formatter)
ComfyUI Node

CLIP Text Encode (Prompt Formatter)

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 younyokel·Created about a year ago·Updated about a year ago· 6
CLIP Text Encode (Prompt Formatter)
  • clip
  • CONDITIONING
text
Categoryprompt_formatter

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.