Skip to content

Commit eb85f99

Browse files
comfy-pr-botchristian-byrnegithub-actions
authored
1.30.1 (#6124)
Patch version increment to 1.30.1 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6124-1-30-1-2906d73d36508176a9a0dca7ecfbb40c) by [Unito](https://www.unito.io) --------- Co-authored-by: christian-byrne <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 2e99c39 commit eb85f99

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@comfyorg/comfyui-frontend",
33
"private": true,
4-
"version": "1.30.0",
4+
"version": "1.30.1",
55
"type": "module",
66
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
77
"homepage": "https://comfy.org",

src/locales/en/commands.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@
128128
"Comfy_Graph_ConvertToSubgraph": {
129129
"label": "Convert Selection to Subgraph"
130130
},
131+
"Comfy_Graph_EditSubgraphWidgets": {
132+
"label": "Edit Subgraph Widgets"
133+
},
131134
"Comfy_Graph_ExitSubgraph": {
132135
"label": "Exit Subgraph"
133136
},
@@ -137,6 +140,9 @@
137140
"Comfy_Graph_GroupSelectedNodes": {
138141
"label": "Group Selected Nodes"
139142
},
143+
"Comfy_Graph_ToggleWidgetPromotion": {
144+
"label": "Toggle promotion of hovered widget"
145+
},
140146
"Comfy_Graph_UnpackSubgraph": {
141147
"label": "Unpack the selected Subgraph"
142148
},

src/locales/en/main.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,9 +1213,11 @@
12131213
"Export": "Export",
12141214
"Export (API)": "Export (API)",
12151215
"Convert Selection to Subgraph": "Convert Selection to Subgraph",
1216+
"Edit Subgraph Widgets": "Edit Subgraph Widgets",
12161217
"Exit Subgraph": "Exit Subgraph",
12171218
"Fit Group To Contents": "Fit Group To Contents",
12181219
"Group Selected Nodes": "Group Selected Nodes",
1220+
"Toggle promotion of hovered widget": "Toggle promotion of hovered widget",
12191221
"Unpack the selected Subgraph": "Unpack the selected Subgraph",
12201222
"Convert selected nodes to group node": "Convert selected nodes to group node",
12211223
"Manage group nodes": "Manage group nodes",

src/locales/en/nodeDefs.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,10 +1532,12 @@
15321532
},
15331533
"outputs": {
15341534
"0": {
1535-
"name": "positive"
1535+
"name": "positive",
1536+
"tooltip": null
15361537
},
15371538
"1": {
1538-
"name": "negative"
1539+
"name": "negative",
1540+
"tooltip": null
15391541
}
15401542
}
15411543
},
@@ -10373,6 +10375,11 @@
1037310375
"type": {
1037410376
"name": "type"
1037510377
}
10378+
},
10379+
"outputs": {
10380+
"0": {
10381+
"tooltip": null
10382+
}
1037610383
}
1037710384
},
1037810385
"SkipLayerGuidanceDiT": {

0 commit comments

Comments
 (0)