comfyui_install_custom_node
Install custom nodes from the ComfyUI Manager registry by specifying the node pack ID. Optionally restart ComfyUI and run a security audit on installed nodes.
Instructions
Install a custom node pack from the ComfyUI Manager registry.
Args:
node_id: Node pack ID from the registry (use search_custom_nodes to find IDs).
version: Specific version to install (empty string = latest).
restart: If True, restart ComfyUI after install and run a security audit
on all installed nodes. If False, manual restart is needed.
Returns:
Status message. If restart=True, includes security audit results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Custom-node pack ID from the ComfyUI Manager registry. Use comfyui_search_custom_nodes to discover IDs. | |
| restart | No | If True, restart ComfyUI after install and run a security audit. | |
| version | No | Specific version to install. Empty string = latest. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |