Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

bigcat88
Copy link
Contributor

Nodes were tested after conversion:

Screenshot From 2025-09-27 16-12-22

Git diff:

diff --git a/v3_object_info.json b/master_object_info.json
index 9f43e32..9e298ca 100644
--- a/v3_object_info.json
+++ b/master_object_info.json
@@ -23457,22 +23457,20 @@
         "input": {
             "required": {
                 "system_prompt": [
-                    "COMBO",
+                    [
+                        "superior",
+                        "alignment"
+                    ],
                     {
-                        "tooltip": "Lumina2 provide two 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.",
-                        "multiselect": false,
-                        "options": [
-                            "superior",
-                            "alignment"
-                        ]
+                        "tooltip": "Lumina2 provide two 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."
                     }
                 ],
                 "user_prompt": [
                     "STRING",
                     {
-                        "tooltip": "The text to be encoded.",
                         "multiline": true,
-                        "dynamicPrompts": true
+                        "dynamicPrompts": true,
+                        "tooltip": "The text to be encoded."
                     }
                 ],
                 "clip": [
@@ -23499,25 +23497,21 @@
         "output_name": [
             "CONDITIONING"
         ],
-        "output_tooltips": [
-            "A conditioning containing the embedded text used to guide the diffusion model."
-        ],
         "name": "CLIPTextEncodeLumina2",
         "display_name": "CLIP Text Encode for Lumina2",
         "description": "Encodes a system prompt and a user prompt using a CLIP model into an embedding that can be used to guide the diffusion model towards generating specific images.",
         "python_module": "comfy_extras.nodes_lumina2",
         "category": "conditioning",
         "output_node": false,
-        "deprecated": false,
-        "experimental": false,
-        "api_node": false
+        "output_tooltips": [
+            "A conditioning containing the embedded text used to guide the diffusion model."
+        ]
     },
     "RenormCFG": {
         "input": {
             "required": {
                 "model": [
-                    "MODEL",
-                    {}
+                    "MODEL"
                 ],
                 "cfg_trunc": [
                     "FLOAT",
@@ -23555,18 +23549,12 @@
         "output_name": [
             "MODEL"
         ],
-        "output_tooltips": [
-            null
-        ],
         "name": "RenormCFG",
-        "display_name": null,
+        "display_name": "RenormCFG",
         "description": "",
         "python_module": "comfy_extras.nodes_lumina2",
         "category": "advanced/model",
-        "output_node": false,
-        "deprecated": false,
-        "experimental": false,
-        "api_node": false
+        "output_node": false
     },
     "WanTrackToVideo": {
         "input": {

@bigcat88
Copy link
Contributor Author

+label: Core

@comfy-pr-bot comfy-pr-bot added the Core Core team dependency label Sep 27, 2025
Copy link
Collaborator

@Kosinkadink Kosinkadink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Diff looks good, merging

@Kosinkadink Kosinkadink merged commit 1cf86f5 into comfyanonymous:master Sep 28, 2025
11 checks passed
@bigcat88 bigcat88 deleted the v3/nodes_lumina2 branch September 28, 2025 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Core team dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants