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

Skip to content

Conversation

bigcat88
Copy link
Contributor

@bigcat88 bigcat88 commented Oct 3, 2025

Node was tested after conversion(that it actually works):

Screenshot From 2025-10-03 10-09-27
Requested to load Lumina2
100%|██████████| 40/40 [00:11<00:00,  3.51it/s]
Requested to load Lumina2
100%|██████████| 40/40 [00:09<00:00,  4.12it/s]

Git diff:

diff --git a/v3_object_info.json b/master_object_info.json
index cb8306e..35fd591 100644
--- a/v3_object_info.json
+++ b/master_object_info.json
@@ -20801,18 +20801,13 @@
         "input": {
             "required": {
                 "model": [
-                    "MODEL",
-                    {}
+                    "MODEL"
                 ],
                 "backend": [
-                    "COMBO",
-                    {
-                        "multiselect": false,
-                        "options": [
-                            "inductor",
-                            "cudagraphs"
-                        ]
-                    }
+                    [
+                        "inductor",
+                        "cudagraphs"
+                    ]
                 ]
             }
         },
@@ -20831,18 +20826,13 @@
         "output_name": [
             "MODEL"
         ],
-        "output_tooltips": [
-            null
-        ],
         "name": "TorchCompileModel",
-        "display_name": null,
+        "display_name": "TorchCompileModel",
         "description": "",
         "python_module": "comfy_extras.nodes_torch_compile",
         "category": "_for_testing",
         "output_node": false,
-        "deprecated": false,
-        "experimental": true,
-        "api_node": false
+        "experimental": true
     },
     "EmptyMochiLatentVideo": {
         "input": {

@bigcat88 bigcat88 requested a review from Kosinkadink as a code owner October 3, 2025 07:11
@bigcat88
Copy link
Contributor Author

bigcat88 commented Oct 3, 2025

+label: Core

@comfy-pr-bot comfy-pr-bot added the Core Core team dependency label Oct 3, 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 3e68bc3 into comfyanonymous:master Oct 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