ComfyUI Node
CLIP Text Encode [Prompt Gen] (Arctenox's Essentials)
CLIP Text Encode that hooks directly into ArctenoxPromptGenerator. Appends the generator's output to your prompt text before encoding.
CLIP Text Encode [Prompt Gen] (Arctenox's Essentials)
- clip
- conditioning
- text
- resolved_text
◄text►
◄wildcard_seed0►
◄prompt_gen_output►
CategoryArctenox Essentials/Conditioning
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Hand-written positive prompt prefix. The PromptGenerator output will be appended after this. Wildcards supported. | |
| clip | CLIP | — | |
| wildcard_seed | INT | 0-1–18446744073709550000 | Seed for wildcard resolution. -1 = new random picks every run 0+ = locked / reproducible |
| prompt_gen_outputopt | STRING | Connect the 'prompt' output of ArctenoxPromptGenerator here. It will be appended to text with ', ' as a separator. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| conditioning | CONDITIONING | — |
| text | STRING | — |
| resolved_text | STRING | — |