Nodes/Sage Utils/Dual CLIP Text Encode Qwen
ComfyUI Node

Dual CLIP Text Encode Qwen

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

By arcum42·Created 2 years ago·Updated 24 days ago· 32
Dual CLIP Text Encode Qwen
  • clip
  • vae
  • pos_image
  • neg_image
  • positive
  • negative
  • pos_text
  • neg_text
cleantrue
pos
neg
CategorySage Utils/clip/encode/image

Inputs (7)

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

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.