Nodes/Nifty Nodes for ComfyUI/Nifty CLIP Text Encode (Prompt)
ComfyUI Node

Nifty CLIP Text Encode (Prompt)

Encodes positive and negative text prompts using a CLIP model into embeddings that can be used to guide the diffusion model towards generating specific images.

By Stibo·Created 5 months ago·Updated 2 months ago· 7
Nifty CLIP Text Encode (Prompt)
  • clip
  • positive
  • negative
positive
negative
Categorynifty/conditioning

Inputs (3)

NameTypeDefaultDescription
clipCLIPThe CLIP model used for encoding the text.
positiveoptSTRINGPositive text prompt to be encoded. Leave empty for unconditional embedding.
negativeoptSTRINGNegative text prompt to be encoded. Leave empty for unconditional embedding.

Outputs (2)

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