Skip to content

Conversation

bigcat88
Copy link
Contributor

@bigcat88 bigcat88 commented Oct 4, 2025

Node was tested after conversion:

Screenshot From 2025-10-04 14-23-48

Objects git diff:

diff --git a/v3_object_info.json b/master_object_info.json
index c82328e..90cdc34 100644
--- a/v3_object_info.json
+++ b/master_object_info.json
@@ -8761,8 +8761,7 @@
         "input": {
             "required": {
                 "model": [
-                    "MODEL",
-                    {}
+                    "MODEL"
                 ],
                 "block_number": [
                     "INT",
@@ -8807,30 +8806,22 @@
                     }
                 ],
                 "downscale_method": [
-                    "COMBO",
-                    {
-                        "multiselect": false,
-                        "options": [
-                            "bicubic",
-                            "nearest-exact",
-                            "bilinear",
-                            "area",
-                            "bislerp"
-                        ]
-                    }
+                    [
+                        "bicubic",
+                        "nearest-exact",
+                        "bilinear",
+                        "area",
+                        "bislerp"
+                    ]
                 ],
                 "upscale_method": [
-                    "COMBO",
-                    {
-                        "multiselect": false,
-                        "options": [
-                            "bicubic",
-                            "nearest-exact",
-                            "bilinear",
-                            "area",
-                            "bislerp"
-                        ]
-                    }
+                    [
+                        "bicubic",
+                        "nearest-exact",
+                        "bilinear",
+                        "area",
+                        "bislerp"
+                    ]
                 ]
             }
         },
@@ -8855,18 +8846,12 @@
         "output_name": [
             "MODEL"
         ],
-        "output_tooltips": [
-            null
-        ],
         "name": "PatchModelAddDownscale",
         "display_name": "PatchModelAddDownscale (Kohya Deep Shrink)",
         "description": "",
         "python_module": "comfy_extras.nodes_model_downscale",
         "category": "model_patches/unet",
-        "output_node": false,
-        "deprecated": false,
-        "experimental": false,
-        "api_node": false
+        "output_node": false
     },
     "ImageCrop": {
         "input": {

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

bigcat88 commented Oct 4, 2025

+label: Core

@Kosinkadink
Copy link
Collaborator

Node authors notified, will merge on Wednesday October 8th with the rest of the scheduled V3 PR batch.

@Kosinkadink Kosinkadink added the Scheduled Merge PR is reviewed and ready, but will be merged at a specific time. label Oct 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Core team dependency Scheduled Merge PR is reviewed and ready, but will be merged at a specific time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants