Nodes/Sage Utils/Dual CLIP Text Encode
ComfyUI Node

Dual CLIP Text Encode

Turns a positive and negative prompt into conditionings, and passes through the prompts. Saves space over two CLIP Text Encoders, and zeros any input not hooked up.

By arcum42·Created 2 years ago·Updated 19 days ago· 32
Dual CLIP Text Encode
  • clip
  • positive
  • negative
  • pos_text
  • neg_text
cleantrue
pos
neg
CategorySage Utils/clip/encode/text

Inputs (4)

NameTypeDefaultDescription
clipCLIPThe CLIP model used for encoding the text.
cleanBOOLEANtrueClean up the text, getting rid of extra spaces, commas, etc.
posoptSTRINGThe positive prompt's text.
negoptSTRINGThe negative prompt's text.

Outputs (4)

NameTypeDescription
positiveCONDITIONINGA conditioning containing the embedded text used to guide the diffusion model.
negativeCONDITIONINGA conditioning containing the embedded text used to guide the diffusion model.
pos_textSTRINGThe positive prompt's text.
neg_textSTRINGThe negative prompt's text.