ComfyUI Node
Krea2 Anime Style CLIP Text Encode
Encodes positive and negative prompts, appending checked anime illustration style descriptions to the positive prompt.
Krea2 Anime Style CLIP Text Encode
- clip
- positive
- negative
◄positive_text►
◄lora_trigger_text►
◄negative_text►
◄style_selection►
◄translate_promptsfalse►
◄translation_max_length1024►
◄refine_promptfalse►
◄refinement_max_length1024►
Categoryeastmoe/Comfy-Krea2-AnimeStyle
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | CLIP/text encoder used for final conditioning. CLIP-LLM generation is also used when translation is enabled. | |
| positive_text | STRING | Positive image prompt written by the user. | |
| lora_trigger_text | STRING | LoRA trigger words prefixed directly to the final positive prompt. This text is not translated or refined. | |
| negative_text | STRING | Negative image prompt written by the user. | |
| style_selection | STRING | Selected style IDs. The web UI renders this as grouped checkboxes; manual comma/newline entries also work. | |
| translate_prompts | BOOLEAN | false | Translate user positive/negative prompts to English through the connected CLIP-LLM before encoding. |
| translation_max_length | INT | 10241–1024 | Maximum CLIP-LLM generation length for each translation request. |
| refine_prompt | BOOLEAN | false | Expand and polish the positive prompt with the connected CLIP-LLM before appending selected styles. |
| refinement_max_length | INT | 10241–1024 | Maximum CLIP-LLM generation length for the positive prompt refinement request. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| positive | CONDITIONING | Positive conditioning with selected anime style descriptions appended. |
| negative | CONDITIONING | Negative conditioning encoded from the user negative prompt. |