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

@@ -1,7 +1,7 @@
{
"name": "@comfyorg/comfyui-frontend",
"private": true,
"version": "1.37.1",
"version": "1.37.2",
"type": "module",
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
"homepage": "https://comfy.org",

View File

@@ -1390,6 +1390,8 @@
"conditioning": "conditioning",
"loaders": "loaders",
"guiders": "guiders",
"latent": "latent",
"mask": "mask",
"api node": "api node",
"video": "video",
"ByteDance": "ByteDance",
@@ -1406,17 +1408,16 @@
"kandinsky5": "kandinsky5",
"hooks": "hooks",
"combine": "combine",
"logic": "logic",
"cond single": "cond single",
"context": "context",
"controlnet": "controlnet",
"inpaint": "inpaint",
"scheduling": "scheduling",
"create": "create",
"mask": "mask",
"deprecated": "deprecated",
"debug": "debug",
"model": "model",
"latent": "latent",
"3d": "3d",
"ltxv": "ltxv",
"qwen": "qwen",
@@ -1485,6 +1486,9 @@
"CLIP_VISION": "CLIP_VISION",
"CLIP_VISION_OUTPUT": "CLIP_VISION_OUTPUT",
"COMBO": "COMBO",
"COMFY_AUTOGROW_V3": "COMFY_AUTOGROW_V3",
"COMFY_DYNAMICCOMBO_V3": "COMFY_DYNAMICCOMBO_V3",
"COMFY_MATCHTYPE_V3": "COMFY_MATCHTYPE_V3",
"CONDITIONING": "CONDITIONING",
"CONTROL_NET": "CONTROL_NET",
"FLOAT": "FLOAT",

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": {