ComfyUI Node
Single CLIP Text Image Encode
Turns a prompt into conditioning, and passes through the prompt. Zeros any input not hooked up.
Single CLIP Text Image Encode
- clip
- vae
- image
- conditioning
- text
◄cleantrue►
◄text—►
CategorySage Utils/clip/encode/image
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | The CLIP model used for encoding the text. | |
| clean | BOOLEAN | true | Clean up the text, getting rid of extra spaces, commas, etc. |
| vaeopt | VAE | The VAE model used for encoding the reference image. | |
| textopt | STRING | The prompt's text. | |
| imageopt | IMAGE | The prompt's image. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| conditioning | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |
| text | STRING | The positive prompt's text. |