Merge 1f255e11d235bd86a48a06eadf193a49f9c38b26 into 650e716dda0a966a083f0efe299f3e83336f920e

This commit is contained in:
newsletternewsletter 2025-12-24 16:07:44 +02:00 committed by GitHub
commit 24054f04bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,12 +69,16 @@ class CLIPTextEncodeLumina2(io.ComfyNode):
"degree of image-text alignment based on textual prompts or user prompts.",
"alignment": "You are an assistant designed to generate high-quality images with the "\
"highest degree of image-text alignment based on textual prompts."
"low-quality": "You are an assistant designed to generate low-quality images "\
"based on textual prompts."
}
SYSTEM_PROMPT_TIP = "Lumina2 provide two types of system prompts:" \
SYSTEM_PROMPT_TIP = "Lumina2 provide 3 types of system prompts:" \
"Superior: You are an assistant designed to generate superior images with the superior "\
"degree of image-text alignment based on textual prompts or user prompts. "\
"Alignment: You are an assistant designed to generate high-quality images with the highest "\
"degree of image-text alignment based on textual prompts."
"Low Quality: You are an assistant designed to generate low-quality images "\
"based on textual prompts or user prompts."
@classmethod
def define_schema(cls):
return io.Schema(