Nodes/ComfyUI-DAAM/CLIP Text Encode (With Tokens)
ComfyUI Node

CLIP Text Encode (With Tokens)

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 nisaruj·Created about a year ago·Updated 10 months ago· 51
CLIP Text Encode (With Tokens)
  • clip
  • CONDITIONING
  • TOKENS
text
Categorydaam-nodes

Inputs (2)

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

Outputs (2)

NameTypeDescription
CONDITIONINGCONDITIONINGA conditioning containing the embedded text used to guide the diffusion model.
TOKENSTOKENSList of tokens after tokenization.