Patch version increment to 1.36.9

**Base branch:** `main`

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7735-1-36-9-2d26d73d36508175a1b6f191f59cdbf8)
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-23 10:13:29 +09:00
committed by GitHub
parent 47884c623e
commit 12dc32b019
4 changed files with 26 additions and 4 deletions

View File

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

View File

@@ -1416,6 +1416,7 @@
"latent": "latent",
"3d": "3d",
"ltxv": "ltxv",
"qwen": "qwen",
"sd3": "sd3",
"unet": "unet",
"sigmas": "sigmas",
@@ -1447,7 +1448,6 @@
"photomaker": "photomaker",
"PixVerse": "PixVerse",
"primitive": "primitive",
"qwen": "qwen",
"Recraft": "Recraft",
"edit_models": "edit_models",
"Rodin": "Rodin",
@@ -2443,4 +2443,4 @@
"recentReleases": "Recent releases",
"helpCenterMenu": "Help Center Menu"
}
}
}

View File

@@ -2359,6 +2359,28 @@
}
}
},
"EmptyQwenImageLayeredLatentImage": {
"display_name": "Empty Qwen Image Layered Latent",
"inputs": {
"width": {
"name": "width"
},
"height": {
"name": "height"
},
"layers": {
"name": "layers"
},
"batch_size": {
"name": "batch_size"
}
},
"outputs": {
"0": {
"tooltip": null
}
}
},
"EmptySD3LatentImage": {
"display_name": "EmptySD3LatentImage",
"inputs": {

View File

@@ -460,4 +460,4 @@
"pysssss_SnapToGrid": {
"name": "Always snap to grid"
}
}
}