mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-03 04:00:31 +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:
@@ -1157,6 +1157,23 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"EmptyHunyuanLatentVideo": {
|
||||
"display_name": "ПустойHunyuanLatentVideo",
|
||||
"inputs": {
|
||||
"batch_size": {
|
||||
"name": "размер_пакета"
|
||||
},
|
||||
"height": {
|
||||
"name": "высота"
|
||||
},
|
||||
"length": {
|
||||
"name": "длина"
|
||||
},
|
||||
"width": {
|
||||
"name": "ширина"
|
||||
}
|
||||
}
|
||||
},
|
||||
"EmptyImage": {
|
||||
"display_name": "Пустое изображение",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user