ComfyUI Node
Nifty CLIP Text Encode (Prompt)
Encodes positive and negative text prompts using a CLIP model into embeddings that can be used to guide the diffusion model towards generating specific images.
Nifty CLIP Text Encode (Prompt)
- clip
- positive
- negative
◄positive►
◄negative►
Categorynifty/conditioning
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | The CLIP model used for encoding the text. | |
| positiveopt | STRING | Positive text prompt to be encoded. Leave empty for unconditional embedding. | |
| negativeopt | STRING | Negative text prompt to be encoded. Leave empty for unconditional embedding. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| positive | CONDITIONING | Positive conditioning containing the embedded text used to guide the diffusion model. |
| negative | CONDITIONING | Negative conditioning containing the embedded text used to guide the diffusion model. |