Reroute insert and splice

This commit is contained in:
space-nuko
2023-05-23 21:17:13 -05:00
parent fcd1737b98
commit 47b0dabd80
6 changed files with 77 additions and 11 deletions

View File

@@ -375,6 +375,9 @@ export default class ComfyApp {
reg("COMFYBOX_IMAGE")
reg("COMFYBOX_IMAGES")
reg("COMFYBOX_REGION")
// hide base litegraph reroute from context menus since ComfyUI provides its own
LiteGraph.registered_node_types["basic/reroute"].hide_in_node_lists = true;
}
static registerDefaultSlotHandlers(nodeId: string, nodeDef: ComfyNodeDef) {