Nodes/ComfyUI-Krea2-AnimeStyle/Krea2 Anime Style CLIP Text Encode
ComfyUI Node

Krea2 Anime Style CLIP Text Encode

Encodes positive and negative prompts, appending checked anime illustration style descriptions to the positive prompt.

By eastmoe·Created 2 months ago·Updated 2 months ago· 0
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)

NameTypeDefaultDescription
clipCLIPCLIP/text encoder used for final conditioning. CLIP-LLM generation is also used when translation is enabled.
positive_textSTRINGPositive image prompt written by the user.
lora_trigger_textSTRINGLoRA trigger words prefixed directly to the final positive prompt. This text is not translated or refined.
negative_textSTRINGNegative image prompt written by the user.
style_selectionSTRINGSelected style IDs. The web UI renders this as grouped checkboxes; manual comma/newline entries also work.
translate_promptsBOOLEANfalseTranslate user positive/negative prompts to English through the connected CLIP-LLM before encoding.
translation_max_lengthINT10241–1024Maximum CLIP-LLM generation length for each translation request.
refine_promptBOOLEANfalseExpand and polish the positive prompt with the connected CLIP-LLM before appending selected styles.
refinement_max_lengthINT10241–1024Maximum CLIP-LLM generation length for the positive prompt refinement request.

Outputs (2)

NameTypeDescription
positiveCONDITIONINGPositive conditioning with selected anime style descriptions appended.
negativeCONDITIONINGNegative conditioning encoded from the user negative prompt.