Merge pull request #2152 from jfcantu/main

New feature: Node Usage Analyzer
This commit is contained in:
Dr.Lt.Data
2026-07-20 20:13:04 +09:00
committed by GitHub
9 changed files with 2133 additions and 194 deletions
+24
View File
@@ -259,6 +259,30 @@ paths:
type: object
additionalProperties:
$ref: '#/components/schemas/NodePackageMetadata'
/customnode/get_node_types_in_workflows:
get:
summary: List node types used by all user workflows
description: Scan through all workflows in the Comfy user directory, and return a list of all node types used in each one.
responses:
'200':
description: Successful operation
content:
application/json:
schema:
type: array
items:
type: object
properties:
workflow_file_name:
type: string
node_types:
type: array
items:
type: string
'500':
description: Error occurred
/customnode/alternatives:
get: