list_installed_nodes
List all installed ComfyUI custom node packs, including their version and enabled/disabled state, using the ComfyUI-Manager HTTP API or cm-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 cm-cli.py subprocess instead of the ComfyUI-Manager HTTP API. Requires a local ComfyUI install (COMFYUI_PATH); errors in remote --comfyui-url mode. |