ComfyUI Node
Krea2 Anime Style Prompt Text
Builds positive and negative prompt strings with the same anime style selector, without encoding them.
Krea2 Anime Style Prompt Text
- clip
- positive_text
- negative_text
◄positive_text►
◄negative_text►
◄style_selection►
◄translate_promptsfalse►
◄translation_max_length1024►
◄refine_promptfalse►
◄refinement_max_length1024►
Categoryeastmoe/Comfy-Krea2-AnimeStyle
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| positive_text | STRING | Positive image prompt written by the user. | |
| 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 optional CLIP-LLM before output. |
| 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 optional CLIP-LLM before appending selected styles. |
| refinement_max_length | INT | 10241–1024 | Maximum CLIP-LLM generation length for the positive prompt refinement request. |
| clipopt | CLIP | Optional CLIP-LLM used only when translate_prompts is enabled. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| positive_text | STRING | Positive prompt string with selected anime style descriptions appended. |
| negative_text | STRING | Negative prompt string after optional translation. |