diff --git a/package.json b/package.json index 05265d2cd..cbecce22d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@comfyorg/comfyui-frontend", "private": true, - "version": "1.30.0", + "version": "1.30.1", "type": "module", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "homepage": "https://comfy.org", diff --git a/src/locales/en/commands.json b/src/locales/en/commands.json index 5c222186a..e211e88c6 100644 --- a/src/locales/en/commands.json +++ b/src/locales/en/commands.json @@ -128,6 +128,9 @@ "Comfy_Graph_ConvertToSubgraph": { "label": "Convert Selection to Subgraph" }, + "Comfy_Graph_EditSubgraphWidgets": { + "label": "Edit Subgraph Widgets" + }, "Comfy_Graph_ExitSubgraph": { "label": "Exit Subgraph" }, @@ -137,6 +140,9 @@ "Comfy_Graph_GroupSelectedNodes": { "label": "Group Selected Nodes" }, + "Comfy_Graph_ToggleWidgetPromotion": { + "label": "Toggle promotion of hovered widget" + }, "Comfy_Graph_UnpackSubgraph": { "label": "Unpack the selected Subgraph" }, diff --git a/src/locales/en/main.json b/src/locales/en/main.json index dcea129a1..4c602f5af 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -1213,9 +1213,11 @@ "Export": "Export", "Export (API)": "Export (API)", "Convert Selection to Subgraph": "Convert Selection to Subgraph", + "Edit Subgraph Widgets": "Edit Subgraph Widgets", "Exit Subgraph": "Exit Subgraph", "Fit Group To Contents": "Fit Group To Contents", "Group Selected Nodes": "Group Selected Nodes", + "Toggle promotion of hovered widget": "Toggle promotion of hovered widget", "Unpack the selected Subgraph": "Unpack the selected Subgraph", "Convert selected nodes to group node": "Convert selected nodes to group node", "Manage group nodes": "Manage group nodes", diff --git a/src/locales/en/nodeDefs.json b/src/locales/en/nodeDefs.json index 3aa19234d..f95504b30 100644 --- a/src/locales/en/nodeDefs.json +++ b/src/locales/en/nodeDefs.json @@ -1532,10 +1532,12 @@ }, "outputs": { "0": { - "name": "positive" + "name": "positive", + "tooltip": null }, "1": { - "name": "negative" + "name": "negative", + "tooltip": null } } }, @@ -10373,6 +10375,11 @@ "type": { "name": "type" } + }, + "outputs": { + "0": { + "tooltip": null + } } }, "SkipLayerGuidanceDiT": {