mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-27 17:52:16 +00:00
Fix cannot open groupNodes menu from canvas (#1925)
* Fix cannot open groupNode menu from canvas * Fix cannot open groupNode menu from canvas Fixes root cause of issue * Update locales [skip ci] --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -909,8 +909,8 @@
|
||||
"DevTools": "DevTools",
|
||||
"deprecated": "deprecated",
|
||||
"latent": "latent",
|
||||
"audio": "audio",
|
||||
"video": "video",
|
||||
"audio": "audio",
|
||||
"ltxv": "ltxv",
|
||||
"sd3": "sd3",
|
||||
"sigmas": "sigmas",
|
||||
|
||||
@@ -1157,6 +1157,23 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"EmptyHunyuanLatentVideo": {
|
||||
"display_name": "EmptyHunyuanLatentVideo",
|
||||
"inputs": {
|
||||
"width": {
|
||||
"name": "width"
|
||||
},
|
||||
"height": {
|
||||
"name": "height"
|
||||
},
|
||||
"length": {
|
||||
"name": "length"
|
||||
},
|
||||
"batch_size": {
|
||||
"name": "batch_size"
|
||||
}
|
||||
}
|
||||
},
|
||||
"EmptyImage": {
|
||||
"display_name": "EmptyImage",
|
||||
"inputs": {
|
||||
|
||||
@@ -1157,6 +1157,23 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"EmptyHunyuanLatentVideo": {
|
||||
"display_name": "EmptyHunyuanLatentVideo",
|
||||
"inputs": {
|
||||
"batch_size": {
|
||||
"name": "バッチサイズ"
|
||||
},
|
||||
"height": {
|
||||
"name": "高さ"
|
||||
},
|
||||
"length": {
|
||||
"name": "長さ"
|
||||
},
|
||||
"width": {
|
||||
"name": "幅"
|
||||
}
|
||||
}
|
||||
},
|
||||
"EmptyImage": {
|
||||
"display_name": "空の画像",
|
||||
"inputs": {
|
||||
|
||||
@@ -1157,6 +1157,23 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"EmptyHunyuanLatentVideo": {
|
||||
"display_name": "EmptyHunyuanLatentVideo",
|
||||
"inputs": {
|
||||
"batch_size": {
|
||||
"name": "배치 크기"
|
||||
},
|
||||
"height": {
|
||||
"name": "높이"
|
||||
},
|
||||
"length": {
|
||||
"name": "길이"
|
||||
},
|
||||
"width": {
|
||||
"name": "너비"
|
||||
}
|
||||
}
|
||||
},
|
||||
"EmptyImage": {
|
||||
"display_name": "빈 이미지",
|
||||
"inputs": {
|
||||
|
||||
@@ -1157,6 +1157,23 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"EmptyHunyuanLatentVideo": {
|
||||
"display_name": "ПустойHunyuanLatentVideo",
|
||||
"inputs": {
|
||||
"batch_size": {
|
||||
"name": "размер_пакета"
|
||||
},
|
||||
"height": {
|
||||
"name": "высота"
|
||||
},
|
||||
"length": {
|
||||
"name": "длина"
|
||||
},
|
||||
"width": {
|
||||
"name": "ширина"
|
||||
}
|
||||
}
|
||||
},
|
||||
"EmptyImage": {
|
||||
"display_name": "Пустое изображение",
|
||||
"inputs": {
|
||||
|
||||
@@ -1157,6 +1157,23 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"EmptyHunyuanLatentVideo": {
|
||||
"display_name": "空的混元潜在视频",
|
||||
"inputs": {
|
||||
"batch_size": {
|
||||
"name": "批量大小"
|
||||
},
|
||||
"height": {
|
||||
"name": "高度"
|
||||
},
|
||||
"length": {
|
||||
"name": "长度"
|
||||
},
|
||||
"width": {
|
||||
"name": "宽度"
|
||||
}
|
||||
}
|
||||
},
|
||||
"EmptyImage": {
|
||||
"display_name": "空图像",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user