extract_workflow_dependencies
Analyze any ComfyUI workflow to identify required custom node packs. Reports which packs are installed and which are missing, using ComfyUI-Manager mappings.
Instructions
Analyze a ComfyUI workflow (API JSON) and determine which custom node packs it requires. Maps each node class_type to its owning node pack using ComfyUI-Manager mappings and the server's installed node definitions, reporting which packs are installed vs missing. Works remotely (HTTP only) — mirrors comfy-cli node deps-in-workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | ComfyUI workflow in API format (JSON string or object) |