mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 10:59:53 +00:00
1.37.2 (#7818)
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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user