Patch version increment to 1.36.5

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7626-1-36-5-2ce6d73d36508117a1affc38a9293468)
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-19 10:14:37 +09:00
committed by GitHub
parent f1b8c2246e
commit 9a35fa97a5
3 changed files with 37 additions and 3 deletions

View File

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

View File

@@ -2422,4 +2422,4 @@
"recentReleases": "Recent releases",
"helpCenterMenu": "Help Center Menu"
}
}
}

View File

@@ -4027,6 +4027,9 @@
},
"megapixels": {
"name": "megapixels"
},
"resolution_steps": {
"name": "resolution_steps"
}
},
"outputs": {
@@ -9055,7 +9058,7 @@
"inputs": {
"prompt": {
"name": "prompt",
"tooltip": "Text prompt for GPT Image 1"
"tooltip": "Text prompt for GPT Image"
},
"seed": {
"name": "seed",
@@ -9085,6 +9088,9 @@
"name": "mask",
"tooltip": "Optional mask for inpainting (white areas will be replaced)"
},
"model": {
"name": "model"
},
"control_after_generate": {
"name": "control after generate"
}
@@ -10496,6 +10502,29 @@
}
}
},
"ResolutionBucket": {
"display_name": "Resolution Bucket",
"inputs": {
"latents": {
"name": "latents",
"tooltip": "List of latent dicts to bucket by resolution."
},
"conditioning": {
"name": "conditioning",
"tooltip": "List of conditioning lists (must match latents length)."
}
},
"outputs": {
"0": {
"name": "latents",
"tooltip": "List of batched latent dicts, one per resolution bucket."
},
"1": {
"name": "conditioning",
"tooltip": "List of condition lists, one per resolution bucket."
}
}
},
"Rodin3D_Detail": {
"display_name": "Rodin 3D Generate - Detail Generate",
"description": "Generate 3D Assets using Rodin API",
@@ -11068,6 +11097,7 @@
},
"SamplerSEEDS2": {
"display_name": "SamplerSEEDS2",
"description": "This sampler node can represent multiple samplers:\n\nseeds_2\n- default setting\n\nexp_heun_2_x0\n- solver_type=phi_2, r=1.0, eta=0.0\n\nexp_heun_2_x0_sde\n- solver_type=phi_2, r=1.0, eta=1.0, s_noise=1.0",
"inputs": {
"solver_type": {
"name": "solver_type"
@@ -12921,6 +12951,10 @@
"name": "existing_lora",
"tooltip": "The existing LoRA to append to. Set to None for new LoRA."
},
"bucket_mode": {
"name": "bucket_mode",
"tooltip": "Enable resolution bucket mode. When enabled, expects pre-bucketed latents from ResolutionBucket node."
},
"control_after_generate": {
"name": "control after generate"
}