list_installed_nodes
Lists installed ComfyUI custom node packs with version and enabled/disabled state. Supports default and imported modes, with optional CLI fallback.
Instructions
List installed ComfyUI custom node packs with their version and enabled/disabled state. Uses the ComfyUI-Manager HTTP API (works against remote instances); the cm-cli fallback returns names only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | 'default' lists all installed packs; 'imported' lists only those successfully imported this session. | |
| useCmCli | No | Force the official comfy-cli subprocess instead of the ComfyUI-Manager HTTP API. Local operations use comfy-cli by default; set false to force Manager HTTP. Requires a local ComfyUI install. |