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.
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)
| 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. | |
| posopt | STRING | The positive prompt's text. | |
| negopt | STRING | The negative prompt's text. | |
| pos_imageopt | IMAGE | The positive prompt's image. | |
| neg_imageopt | IMAGE | The negative prompt's image. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| positive | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |
| negative | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |
| pos_text | STRING | The positive prompt's text. |
| neg_text | STRING | The negative prompt's text. |