[backport 1.25] Remove subgraphs from add node context menu (#4822)

Co-authored-by: AustinMroz <austin@comfy.org>
This commit is contained in:
Comfy Org PR Bot
2025-08-08 06:15:37 +08:00
committed by GitHub
parent 53f5927d4b
commit a9f05bd604

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
}