[chore] Update litegraph to 0.11.2 (#3223)

Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Comfy Org PR Bot
2025-03-25 05:09:40 +09:00
committed by GitHub
parent 5bee36a73e
commit a1cfb68116
9 changed files with 23 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 98 KiB

8
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@alloc/quick-lru": "^5.2.0",
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
"@comfyorg/comfyui-electron-types": "^0.4.31",
"@comfyorg/litegraph": "^0.11.1",
"@comfyorg/litegraph": "^0.11.2",
"@primevue/forms": "^4.2.5",
"@primevue/themes": "^4.2.5",
"@sentry/vue": "^8.48.0",
@@ -478,9 +478,9 @@
"license": "GPL-3.0-only"
},
"node_modules/@comfyorg/litegraph": {
"version": "0.11.1",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.11.1.tgz",
"integrity": "sha512-Eor37LoTdZeEYOjw4WkVQ19SxxMA/iYrPj+CRtVKYS+5FPyHNrdNT83oD57mmX1bSpqFemnZh9fHBviehivUFw==",
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/@comfyorg/litegraph/-/litegraph-0.11.2.tgz",
"integrity": "sha512-Lb9LztRl11CHouYRvUSHfv7bLb1alZE5RExauL2B9ogGQ0St3SFtd636dXdXlc8tdAEr2rKtgZJO9W8bt/IFYg==",
"license": "MIT"
},
"node_modules/@cspotcode/source-map-support": {

View File

@@ -71,7 +71,7 @@
"@alloc/quick-lru": "^5.2.0",
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1",
"@comfyorg/comfyui-electron-types": "^0.4.31",
"@comfyorg/litegraph": "^0.11.1",
"@comfyorg/litegraph": "^0.11.2",
"@primevue/forms": "^4.2.5",
"@primevue/themes": "^4.2.5",
"@sentry/vue": "^8.48.0",

View File

@@ -135,6 +135,9 @@
"title": "title"
}
},
"Comfy_Node_AllowImageSizeDraw": {
"name": "Show width × height below the image preview"
},
"Comfy_Node_AutoSnapLinkToSlot": {
"name": "Auto snap link to node slot",
"tooltip": "When dragging a link over a node, the link automatically snap to a viable input slot on the node"

View File

@@ -187,6 +187,9 @@
"name": "Nombre de suggestions de nœuds",
"tooltip": "Uniquement pour la boîte de recherche/contexte du menu litegraph"
},
"Comfy_Node_AllowImageSizeDraw": {
"name": "Afficher la largeur × la hauteur sous l'aperçu de l'image"
},
"Comfy_Node_AutoSnapLinkToSlot": {
"name": "Lien d'ancrage automatique à l'emplacement du nœud",
"tooltip": "Lorsque vous faites glisser un lien sur un nœud, le lien se fixe automatiquement à une fente d'entrée viable sur le nœud"

View File

@@ -187,6 +187,9 @@
"name": "ノード提案の数",
"tooltip": "ライトグラフの検索ボックス/コンテキストメニュー専用"
},
"Comfy_Node_AllowImageSizeDraw": {
"name": "画像プレビューの下に幅×高さを表示する"
},
"Comfy_Node_AutoSnapLinkToSlot": {
"name": "ノードスロットにリンクを自動スナップ",
"tooltip": "ノードの上にリンクをドラッグすると、リンクがノードの有効な入力スロットに自動的にスナップします"

View File

@@ -187,6 +187,9 @@
"name": "노드 제안 수",
"tooltip": "라이트그래프 검색 상자/컨텍스트 메뉴 전용"
},
"Comfy_Node_AllowImageSizeDraw": {
"name": "이미지 미리보기 아래에 너비 × 높이 표시"
},
"Comfy_Node_AutoSnapLinkToSlot": {
"name": "링크를 노드 슬롯에 자동 스냅",
"tooltip": "링크를 노드 위로 드래그할 때 링크가 노드의 유효한 입력 슬롯에 자동으로 스냅됩니다."

View File

@@ -187,6 +187,9 @@
"name": "Количество предложенных нод",
"tooltip": "Только для поля поиска litegraph/контекстного меню"
},
"Comfy_Node_AllowImageSizeDraw": {
"name": "Показывать ширину × высоту под предварительным просмотром изображения"
},
"Comfy_Node_AutoSnapLinkToSlot": {
"name": "Автоматически привязывать ссылку к слоту ноды",
"tooltip": "При перетаскивании ссылки над нодой ссылка автоматически привязывается к подходящему входному слоту ноды"

View File

@@ -187,6 +187,9 @@
"name": "节点建议数量",
"tooltip": "仅适用于 litegraph"
},
"Comfy_Node_AllowImageSizeDraw": {
"name": "在图像预览下方显示宽度×高度"
},
"Comfy_Node_AutoSnapLinkToSlot": {
"name": "连线自动吸附到节点接口",
"tooltip": "在节点上拖动连线时,连线会自动吸附到节点的可用输入接口。"