Skip to content

Conversation

bigcat88
Copy link
Contributor

@bigcat88 bigcat88 commented Oct 4, 2025

Two nodes(out of three) was tested after this simple conversion:

Screenshot From 2025-10-04 18-23-25

Objects git diff:

diff --git a/v3_object_info.json b/master_object_info.json
index 42058ad..9330acc 100644
--- a/v3_object_info.json
+++ b/master_object_info.json
@@ -10642,16 +10642,13 @@
         "input": {
             "required": {
                 "clip_vision": [
-                    "CLIP_VISION",
-                    {}
+                    "CLIP_VISION"
                 ],
                 "init_image": [
-                    "IMAGE",
-                    {}
+                    "IMAGE"
                 ],
                 "vae": [
-                    "VAE",
-                    {}
+                    "VAE"
                 ],
                 "width": [
                     "INT",
@@ -10728,35 +10725,24 @@
             "negative",
             "latent"
         ],
-        "output_tooltips": [
-            null,
-            null,
-            null
-        ],
         "name": "StableZero123_Conditioning",
-        "display_name": null,
+        "display_name": "StableZero123_Conditioning",
         "description": "",
         "python_module": "comfy_extras.nodes_stable3d",
         "category": "conditioning/3d_models",
-        "output_node": false,
-        "deprecated": false,
-        "experimental": false,
-        "api_node": false
+        "output_node": false
     },
     "StableZero123_Conditioning_Batched": {
         "input": {
             "required": {
                 "clip_vision": [
-                    "CLIP_VISION",
-                    {}
+                    "CLIP_VISION"
                 ],
                 "init_image": [
-                    "IMAGE",
-                    {}
+                    "IMAGE"
                 ],
                 "vae": [
-                    "VAE",
-                    {}
+                    "VAE"
                 ],
                 "width": [
                     "INT",
@@ -10855,35 +10841,24 @@
             "negative",
             "latent"
         ],
-        "output_tooltips": [
-            null,
-            null,
-            null
-        ],
         "name": "StableZero123_Conditioning_Batched",
-        "display_name": null,
+        "display_name": "StableZero123_Conditioning_Batched",
         "description": "",
         "python_module": "comfy_extras.nodes_stable3d",
         "category": "conditioning/3d_models",
-        "output_node": false,
-        "deprecated": false,
-        "experimental": false,
-        "api_node": false
+        "output_node": false
     },
     "SV3D_Conditioning": {
         "input": {
             "required": {
                 "clip_vision": [
-                    "CLIP_VISION",
-                    {}
+                    "CLIP_VISION"
                 ],
                 "init_image": [
-                    "IMAGE",
-                    {}
+                    "IMAGE"
                 ],
                 "vae": [
-                    "VAE",
-                    {}
+                    "VAE"
                 ],
                 "width": [
                     "INT",
@@ -10949,20 +10924,12 @@
             "negative",
             "latent"
         ],
-        "output_tooltips": [
-            null,
-            null,
-            null
-        ],
         "name": "SV3D_Conditioning",
-        "display_name": null,
+        "display_name": "SV3D_Conditioning",
         "description": "",
         "python_module": "comfy_extras.nodes_stable3d",
         "category": "conditioning/3d_models",
-        "output_node": false,
-        "deprecated": false,
-        "experimental": false,
-        "api_node": false
+        "output_node": false
     },
     "SD_4XUpscale_Conditioning": {
         "input": {

@bigcat88 bigcat88 requested a review from Kosinkadink as a code owner October 4, 2025 15:25
@bigcat88
Copy link
Contributor Author

bigcat88 commented Oct 4, 2025

+label: Core

@comfy-pr-bot comfy-pr-bot added the Core Core team dependency label Oct 4, 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.

object_info diff + code looks good, merging

@Kosinkadink Kosinkadink merged commit b1fa192 into comfyanonymous:master Oct 4, 2025
12 checks passed
@bigcat88 bigcat88 deleted the v3/nodes_stable3d branch October 5, 2025 04:57
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
adlerfaulkner pushed a commit to LucaLabsInc/ComfyUI that referenced this pull request Oct 16, 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.

3 participants