node_dependencies
Compare a ComfyUI node pack's Python dependency requirements against the installed venv to report satisfied, missing, or mismatched packages. Read-only—no installation or changes.
Instructions
Report a custom node pack's Python dependency requirements vs the installed venv (read-only).
Wraps comfy node deps. Separate from nodes
(that reads live object_info; this reads the venv's pip list) —
nothing is installed or changed.
Args:
pack: an INSTALLED pack name; omit for every pack (larger payload).
registry_id: a NOT-yet-installed registry pack to pre-check (latest
published version). Additive with pack — both yields two
rows, keyed by (pack, registry), to compare installed vs.
published.
Each row carries a status (satisfied/mismatch/missing/unparseable/
unknown). May return {"error", "unsupported": True} instead of the
payload on a comfy-cli predating this verb.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pack | No | ||
| registry_id | No |