Nodes/ComfyUI-Krea2-AnimeStyle/Krea2 Anime Style Prompt Text
ComfyUI Node

Krea2 Anime Style Prompt Text

Builds positive and negative prompt strings with the same anime style selector, without encoding them.

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

NameTypeDefaultDescription
positive_textSTRINGPositive image prompt written by the user.
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 optional CLIP-LLM before output.
translation_max_lengthINT10241–1024Maximum CLIP-LLM generation length for each translation request.
refine_promptBOOLEANfalseExpand and polish the positive prompt with the optional CLIP-LLM before appending selected styles.
refinement_max_lengthINT10241–1024Maximum CLIP-LLM generation length for the positive prompt refinement request.
clipoptCLIPOptional CLIP-LLM used only when translate_prompts is enabled.

Outputs (2)

NameTypeDescription
positive_textSTRINGPositive prompt string with selected anime style descriptions appended.
negative_textSTRINGNegative prompt string after optional translation.