From 08b206f191749a6d5d0aff20cf3974354ff488e4 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Thu, 20 Nov 2025 08:51:48 +0900 Subject: [PATCH] 1.33.0 (#6753) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor version increment to 1.33.0 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6753-1-33-0-2b06d73d365081658da1ff01bf5e8328) by [Unito](https://www.unito.io) --------- Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com> Co-authored-by: github-actions --- package.json | 2 +- src/locales/en/nodeDefs.json | 34 +++++++++++++++++++++++++++++----- 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3660e300c..6a12e9146 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.32.6", + "version": "1.33.0", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org", diff --git a/src/locales/en/nodeDefs.json b/src/locales/en/nodeDefs.json index 098712289..a4d61152e 100644 --- a/src/locales/en/nodeDefs.json +++ b/src/locales/en/nodeDefs.json @@ -2061,6 +2061,11 @@ "name": "batch_size", "tooltip": "The number of latent images in the batch." } + }, + "outputs": { + "0": { + "tooltip": null + } } }, "EmptyLatentImage": { @@ -2794,10 +2799,12 @@ }, "outputs": { "0": { - "name": "positive" + "name": "positive", + "tooltip": null }, "1": { - "name": "negative" + "name": "negative", + "tooltip": null } } }, @@ -2819,10 +2826,12 @@ }, "outputs": { "0": { - "name": "positive" + "name": "positive", + "tooltip": null }, "1": { - "name": "negative" + "name": "negative", + "tooltip": null } } }, @@ -8841,7 +8850,7 @@ } }, "PreviewAny": { - "display_name": "Preview Any", + "display_name": "Preview as Text", "inputs": { "source": { "name": "source" @@ -12162,6 +12171,11 @@ "octree_resolution": { "name": "octree_resolution" } + }, + "outputs": { + "0": { + "tooltip": null + } } }, "VAEDecodeTiled": { @@ -12586,6 +12600,11 @@ "threshold": { "name": "threshold" } + }, + "outputs": { + "0": { + "tooltip": null + } } }, "VoxelToMeshBasic": { @@ -12597,6 +12616,11 @@ "threshold": { "name": "threshold" } + }, + "outputs": { + "0": { + "tooltip": null + } } }, "VPScheduler": {