Skip to content

Conversation

bigcat88
Copy link
Contributor

One node of two was tested after conversion(second node is almost the same):

Screenshot from 2025-09-20 11-08-48

git diff:

diff --git a/v3_object_info.json b/master_object_info.json
index 1e7b5ce..5e3cb67 100644
--- a/v3_object_info.json
+++ b/master_object_info.json
@@ -26342,8 +26342,7 @@
         "input": {
             "required": {
                 "clip": [
-                    "CLIP",
-                    {}
+                    "CLIP"
                 ],
                 "prompt": [
                     "STRING",
@@ -26355,12 +26354,10 @@
             },
             "optional": {
                 "vae": [
-                    "VAE",
-                    {}
+                    "VAE"
                 ],
                 "image": [
-                    "IMAGE",
-                    {}
+                    "IMAGE"
                 ]
             }
         },
@@ -26383,25 +26380,18 @@
         "output_name": [
             "CONDITIONING"
         ],
-        "output_tooltips": [
-            null
-        ],
         "name": "TextEncodeQwenImageEdit",
-        "display_name": null,
+        "display_name": "TextEncodeQwenImageEdit",
         "description": "",
         "python_module": "comfy_extras.nodes_qwen",
         "category": "advanced/conditioning",
-        "output_node": false,
-        "deprecated": false,
-        "experimental": false,
-        "api_node": false
+        "output_node": false
     },
     "TextEncodeQwenImageEditPlus": {
         "input": {
             "required": {
                 "clip": [
-                    "CLIP",
-                    {}
+                    "CLIP"
                 ],
                 "prompt": [
                     "STRING",
@@ -26413,20 +26403,16 @@
             },
             "optional": {
                 "vae": [
-                    "VAE",
-                    {}
+                    "VAE"
                 ],
                 "image1": [
-                    "IMAGE",
-                    {}
+                    "IMAGE"
                 ],
                 "image2": [
-                    "IMAGE",
-                    {}
+                    "IMAGE"
                 ],
                 "image3": [
-                    "IMAGE",
-                    {}
+                    "IMAGE"
                 ]
             }
         },
@@ -26451,18 +26437,12 @@
         "output_name": [
             "CONDITIONING"
         ],
-        "output_tooltips": [
-            null
-        ],
         "name": "TextEncodeQwenImageEditPlus",
-        "display_name": null,
+        "display_name": "TextEncodeQwenImageEditPlus",
         "description": "",
         "python_module": "comfy_extras.nodes_qwen",
         "category": "advanced/conditioning",
-        "output_node": false,
-        "deprecated": false,
-        "experimental": false,
-        "api_node": false
+        "output_node": false
     },
     "EmptyChromaRadianceLatentImage": {
         "input": {

@bigcat88
Copy link
Contributor Author

+label: Core

@Kosinkadink
Copy link
Collaborator

Will merge this in afternoon of 9/27 PST to give node author some time.

@Kosinkadink Kosinkadink self-assigned this Sep 27, 2025
@yamatazen
Copy link

Can Qwen Image Edit be used without input image?

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.

It is now afternoon of 9/27 PST, merging

@Kosinkadink Kosinkadink merged commit 160698e into comfyanonymous:master Sep 27, 2025
11 checks passed
@bigcat88 bigcat88 deleted the v3/qwen_nodes.py branch September 28, 2025 05:21
toxicwind pushed a commit to toxicwind/ComfyUI that referenced this pull request Oct 12, 2025
gmaOCR pushed a commit to gmaOCR/ComfyUI that referenced this pull request Oct 14, 2025
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.

4 participants