extract_workflow_dependencies
Identify custom node dependencies required by a ComfyUI workflow, mapping each node to its package and reporting which are installed or missing.
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) |