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
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's Wednesday, merging.

@Kosinkadink Kosinkadink merged commit 2ba8d7c into comfyanonymous:master Oct 9, 2025
14 checks passed
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 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