Patch version increment to 1.36.6

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7651-1-36-6-2cf6d73d36508165b199d08f0d0a5379)
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
2025-12-20 09:20:14 +09:00
committed by GitHub
parent 552452622d
commit 08a3c767ac
2 changed files with 59 additions and 4 deletions

View File

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

View File

@@ -2476,6 +2476,42 @@
}
}
},
"Flux2MaxImageNode": {
"display_name": "Flux.2 [max] Image",
"description": "Generates images synchronously based on prompt and resolution.",
"inputs": {
"prompt": {
"name": "prompt",
"tooltip": "Prompt for the image generation or edit"
},
"width": {
"name": "width"
},
"height": {
"name": "height"
},
"seed": {
"name": "seed",
"tooltip": "The random seed used for creating the noise."
},
"prompt_upsampling": {
"name": "prompt_upsampling",
"tooltip": "Whether to perform upsampling on the prompt. If active, automatically modifies the prompt for more creative generation."
},
"images": {
"name": "images",
"tooltip": "Up to 9 images to be used as references."
},
"control_after_generate": {
"name": "control after generate"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"Flux2ProImageNode": {
"display_name": "Flux.2 [pro] Image",
"description": "Generates images synchronously based on prompt and resolution.",
@@ -2496,11 +2532,11 @@
},
"prompt_upsampling": {
"name": "prompt_upsampling",
"tooltip": "Whether to perform upsampling on the prompt. If active, automatically modifies the prompt for more creative generation, but results are nondeterministic (same seed will not produce exactly the same result)."
"tooltip": "Whether to perform upsampling on the prompt. If active, automatically modifies the prompt for more creative generation."
},
"images": {
"name": "images",
"tooltip": "Up to 4 images to be used as references."
"tooltip": "Up to 9 images to be used as references."
},
"control_after_generate": {
"name": "control after generate"
@@ -2577,7 +2613,7 @@
},
"FluxKontextMaxImageNode": {
"display_name": "Flux.1 Kontext [max] Image",
"description": "Edits images using Flux.1 Kontext [max] via api based on prompt and aspect ratio.",
"description": "Edits images using Flux.1 Kontext [pro] via api based on prompt and aspect ratio.",
"inputs": {
"prompt": {
"name": "prompt",
@@ -5344,6 +5380,25 @@
}
}
},
"LatentCutToBatch": {
"display_name": "LatentCutToBatch",
"inputs": {
"samples": {
"name": "samples"
},
"dim": {
"name": "dim"
},
"slice_size": {
"name": "slice_size"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"LatentFlip": {
"display_name": "Flip Latent",
"inputs": {