Patch version increment to 1.37.2

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7818-1-37-2-2db6d73d365081899198ecc098439647)
by [Unito](https://www.unito.io)

---------

Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2026-01-01 11:49:39 +09:00
committed by GitHub
parent 91f7a64513
commit 5e932bb1e8
3 changed files with 103 additions and 3 deletions

View File

@@ -267,6 +267,45 @@
}
}
},
"BatchImagesNode": {
"display_name": "Batch Images",
"inputs": {
"images": {
"name": "images"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"BatchLatentsNode": {
"display_name": "Batch Latents",
"inputs": {
"latents": {
"name": "latents"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"BatchMasksNode": {
"display_name": "Batch Masks",
"inputs": {
"masks": {
"name": "masks"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"BetaSamplingScheduler": {
"display_name": "BetaSamplingScheduler",
"inputs": {
@@ -1247,6 +1286,26 @@
}
}
},
"ComfySwitchNode": {
"display_name": "Switch",
"inputs": {
"switch": {
"name": "switch"
},
"on_false": {
"name": "on_false"
},
"on_true": {
"name": "on_true"
}
},
"outputs": {
"0": {
"name": "output",
"tooltip": null
}
}
},
"ConditioningAverage": {
"display_name": "ConditioningAverage",
"inputs": {
@@ -1956,6 +2015,20 @@
}
}
},
"CustomCombo": {
"display_name": "Custom Combo",
"inputs": {
"choice": {
"name": "choice"
},
"option0": {}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"DiffControlNetLoader": {
"display_name": "Load ControlNet Model (diff)",
"inputs": {
@@ -10632,6 +10705,29 @@
}
}
},
"ResizeImageMaskNode": {
"display_name": "Resize Image/Mask",
"inputs": {
"input": {
"name": "input"
},
"resize_type": {
"name": "resize_type"
},
"scale_method": {
"name": "scale_method"
},
"resize_type_multiplier": {
"name": "multiplier"
}
},
"outputs": {
"0": {
"name": "resized",
"tooltip": null
}
}
},
"ResizeImagesByLongerEdge": {
"display_name": "Resize Images by Longer Edge",
"inputs": {