ComfyUI Node Runs on cloud
CLIP Text Encode (Lumina 2)
Encodes a system prompt and a user prompt using a CLIP model into an embedding that can be used to guide the diffusion model towards generating specific images.
CLIP Text Encode (Lumina 2)
- clip
- CONDITIONING
◄system_prompt▾►
◄user_prompt—►
Categorymodel/conditioning/lumina
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| system_prompt | COMBO | Lumina2 provide two types of system prompts:Superior: You are an assistant designed to generate superior images with the superior degree of image-text alignment based on textual prompts or user prompts. Alignment: You are an assistant designed to generate high-quality images with the highest degree of image-text alignment based on textual prompts. | |
| user_prompt | STRING | The text to be encoded. | |
| clip | CLIP | The CLIP model used for encoding the text. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| CONDITIONING | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |