Skip to content

Commit cacd7e3

Browse files
comfy-pr-botchristian-byrnegithub-actions
authored
1.31.0 (#6313)
Minor version increment to 1.31.0 **Base branch:** `main` ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6313-1-31-0-2986d73d365081e9ac6ccb91b4ddad0a) by [Unito](https://www.unito.io) --------- Co-authored-by: christian-byrne <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent fca0ea7 commit cacd7e3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
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.3",
4+
"version": "1.31.0",
55
"type": "module",
66
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
77
"homepage": "https://comfy.org",

src/locales/en/nodeDefs.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2600,6 +2600,14 @@
26002600
"control_after_generate": {
26012601
"name": "control after generate"
26022602
}
2603+
},
2604+
"outputs": {
2605+
"0": {
2606+
"tooltip": null
2607+
},
2608+
"1": {
2609+
"tooltip": null
2610+
}
26032611
}
26042612
},
26052613
"GeminiInputFiles": {
@@ -2614,6 +2622,11 @@
26142622
"name": "GEMINI_INPUT_FILES",
26152623
"tooltip": "An optional additional file(s) to batch together with the file loaded from this node. Allows chaining of input files so that a single message can include multiple input files."
26162624
}
2625+
},
2626+
"outputs": {
2627+
"0": {
2628+
"tooltip": null
2629+
}
26172630
}
26182631
},
26192632
"GeminiNode": {
@@ -2651,6 +2664,11 @@
26512664
"control_after_generate": {
26522665
"name": "control after generate"
26532666
}
2667+
},
2668+
"outputs": {
2669+
"0": {
2670+
"tooltip": null
2671+
}
26542672
}
26552673
},
26562674
"GetImageSize": {

0 commit comments

Comments
 (0)