find_missing_nodes
Compare a template's required nodes with installed ones, then identify the ComfyUI-Manager pack for each missing node to enable installation.
Instructions
Diff a template's nodes against what's installed, and resolve each missing node to the pack that provides it (via ComfyUI-Manager's registry mapping).
Fetches the template (same args as get_template), lists the node classes it uses, subtracts what /object_info already has, and for each missing class reports the installable pack id to pass to install_node_pack. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| pack | No | ||
| source | No | online |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |