mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +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",
|
"name": "@comfyorg/comfyui-frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.37.1",
|
"version": "1.37.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
|
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
|
||||||
"homepage": "https://comfy.org",
|
"homepage": "https://comfy.org",
|
||||||
|
|||||||
@@ -1390,6 +1390,8 @@
|
|||||||
"conditioning": "conditioning",
|
"conditioning": "conditioning",
|
||||||
"loaders": "loaders",
|
"loaders": "loaders",
|
||||||
"guiders": "guiders",
|
"guiders": "guiders",
|
||||||
|
"latent": "latent",
|
||||||
|
"mask": "mask",
|
||||||
"api node": "api node",
|
"api node": "api node",
|
||||||
"video": "video",
|
"video": "video",
|
||||||
"ByteDance": "ByteDance",
|
"ByteDance": "ByteDance",
|
||||||
@@ -1406,17 +1408,16 @@
|
|||||||
"kandinsky5": "kandinsky5",
|
"kandinsky5": "kandinsky5",
|
||||||
"hooks": "hooks",
|
"hooks": "hooks",
|
||||||
"combine": "combine",
|
"combine": "combine",
|
||||||
|
"logic": "logic",
|
||||||
"cond single": "cond single",
|
"cond single": "cond single",
|
||||||
"context": "context",
|
"context": "context",
|
||||||
"controlnet": "controlnet",
|
"controlnet": "controlnet",
|
||||||
"inpaint": "inpaint",
|
"inpaint": "inpaint",
|
||||||
"scheduling": "scheduling",
|
"scheduling": "scheduling",
|
||||||
"create": "create",
|
"create": "create",
|
||||||
"mask": "mask",
|
|
||||||
"deprecated": "deprecated",
|
"deprecated": "deprecated",
|
||||||
"debug": "debug",
|
"debug": "debug",
|
||||||
"model": "model",
|
"model": "model",
|
||||||
"latent": "latent",
|
|
||||||
"3d": "3d",
|
"3d": "3d",
|
||||||
"ltxv": "ltxv",
|
"ltxv": "ltxv",
|
||||||
"qwen": "qwen",
|
"qwen": "qwen",
|
||||||
@@ -1485,6 +1486,9 @@
|
|||||||
"CLIP_VISION": "CLIP_VISION",
|
"CLIP_VISION": "CLIP_VISION",
|
||||||
"CLIP_VISION_OUTPUT": "CLIP_VISION_OUTPUT",
|
"CLIP_VISION_OUTPUT": "CLIP_VISION_OUTPUT",
|
||||||
"COMBO": "COMBO",
|
"COMBO": "COMBO",
|
||||||
|
"COMFY_AUTOGROW_V3": "COMFY_AUTOGROW_V3",
|
||||||
|
"COMFY_DYNAMICCOMBO_V3": "COMFY_DYNAMICCOMBO_V3",
|
||||||
|
"COMFY_MATCHTYPE_V3": "COMFY_MATCHTYPE_V3",
|
||||||
"CONDITIONING": "CONDITIONING",
|
"CONDITIONING": "CONDITIONING",
|
||||||
"CONTROL_NET": "CONTROL_NET",
|
"CONTROL_NET": "CONTROL_NET",
|
||||||
"FLOAT": "FLOAT",
|
"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": {
|
"BetaSamplingScheduler": {
|
||||||
"display_name": "BetaSamplingScheduler",
|
"display_name": "BetaSamplingScheduler",
|
||||||
"inputs": {
|
"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": {
|
"ConditioningAverage": {
|
||||||
"display_name": "ConditioningAverage",
|
"display_name": "ConditioningAverage",
|
||||||
"inputs": {
|
"inputs": {
|
||||||
@@ -1956,6 +2015,20 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"CustomCombo": {
|
||||||
|
"display_name": "Custom Combo",
|
||||||
|
"inputs": {
|
||||||
|
"choice": {
|
||||||
|
"name": "choice"
|
||||||
|
},
|
||||||
|
"option0": {}
|
||||||
|
},
|
||||||
|
"outputs": {
|
||||||
|
"0": {
|
||||||
|
"tooltip": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"DiffControlNetLoader": {
|
"DiffControlNetLoader": {
|
||||||
"display_name": "Load ControlNet Model (diff)",
|
"display_name": "Load ControlNet Model (diff)",
|
||||||
"inputs": {
|
"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": {
|
"ResizeImagesByLongerEdge": {
|
||||||
"display_name": "Resize Images by Longer Edge",
|
"display_name": "Resize Images by Longer Edge",
|
||||||
"inputs": {
|
"inputs": {
|
||||||
|
|||||||
Reference in New Issue
Block a user