ComfyUI Node
CLIP Dynamic Prompt Encoder (Zerna Pack)
Encodes a text prompt using a CLIP model into an embedding that can be used to guide the diffusion model towards generating specific images.
CLIP Dynamic Prompt Encoder (Zerna Pack)
- clip
- positive
- negative
◄text—►
◄prompt_file▾►
CategoryZernaPack/PromptGnerators
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | The text to be encoded. | |
| clip | CLIP | The CLIP model used for encoding the text. | |
| prompt_file | COMBO | 3 options: flux_styles_prompts.txt, sdxl_art_styles.txt, animals.txt |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| positive | CONDITIONING | A conditioning containing the embedded text used to guide the diffusion model. |
| negative | CONDITIONING | — |