Nodes/Sage Utils/Single CLIP Text Image Encode
ComfyUI Node

Single CLIP Text Image Encode

Turns a prompt into conditioning, and passes through the prompt. Zeros any input not hooked up.

By arcum42·Created 2 years ago·Updated 24 days ago· 32
Single CLIP Text Image Encode
  • clip
  • vae
  • image
  • conditioning
  • text
cleantrue
text
CategorySage Utils/clip/encode/image

Inputs (5)

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.
textoptSTRINGThe prompt's text.
imageoptIMAGEThe prompt's image.

Outputs (2)

NameTypeDescription
conditioningCONDITIONINGA conditioning containing the embedded text used to guide the diffusion model.
textSTRINGThe positive prompt's text.