Skip to content

Conversation

@bigcat88
Copy link
Contributor

Implementation of the Preview3D node was moved to internal folder.

Nodes were tested after conversion:

Screenshot From 2025-11-29 19-16-00

Objects git diff:

diff --git a/v3_object_info.json b/master_object_info.json
index 4a087e5..342af8a 100644
--- a/v3_object_info.json
+++ b/master_object_info.json
@@ -25564,16 +25564,8 @@
         "input": {
             "required": {
                 "model_file": [
-                    "COMBO",
+                    [],
                     {
-                        "multiselect": false,
-                        "options": [],
                         "file_upload": true
                     }
                 ],
@@ -25633,23 +25625,13 @@
             "camera_info",
             "recording_video"
         ],
-        "output_tooltips": [
-            null,
-            null,
-            null,
-            null,
-            null,
-            null
-        ],
         "name": "Load3D",
         "display_name": "Load 3D & Animation",
         "description": "",
         "python_module": "comfy_extras.nodes_load_3d",
         "category": "3d",
         "output_node": false,
-        "deprecated": false,
-        "experimental": true,
-        "api_node": false
+        "experimental": true
     },
     "Preview3D": {
         "input": {
@@ -25671,14 +25653,6 @@
                     "IMAGE",
                     {}
                 ]
-            },
-            "hidden": {
-                "prompt": [
-                    "PROMPT"
-                ],
-                "extra_pnginfo": [
-                    "EXTRA_PNGINFO"
-                ]
             }
         },
         "input_order": {
@@ -25688,25 +25662,18 @@
             "optional": [
                 "camera_info",
                 "bg_image"
-            ],
-            "hidden": [
-                "prompt",
-                "extra_pnginfo"
             ]
         },
         "output": [],
         "output_is_list": [],
         "output_name": [],
-        "output_tooltips": [],
         "name": "Preview3D",
         "display_name": "Preview 3D & Animation",
         "description": "",
         "python_module": "comfy_extras.nodes_load_3d",
         "category": "3d",
         "output_node": true,
-        "deprecated": false,
-        "experimental": true,
-        "api_node": false
+        "experimental": true
     },
     "EmptyCosmosLatentVideo": {
         "input": {

@bigcat88
Copy link
Contributor Author

+label: Core

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

minimally tested on my end, works, object_info diff looks good. since no custom nodes import this, merging immediately

@Kosinkadink Kosinkadink merged commit 440268d into comfyanonymous:master Dec 3, 2025
12 checks passed
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