Remove subgraphs from add node context menu (#4820)

This commit is contained in:
AustinMroz
2025-08-07 16:54:14 -05:00
committed by GitHub
parent 1b9bacaeef
commit 1fc4fd2ca8

View File

@@ -363,6 +363,7 @@ export const useLitegraphService = () => {
// Note: Do not following assignments before `LiteGraph.registerNodeType`
// because `registerNodeType` will overwrite the assignments.
node.category = nodeDef.category
node.skip_list = true
node.title = nodeDef.display_name || nodeDef.name
}