reinstall_custom_node
Reinstall a custom node pack for ComfyUI by specifying its registry ID, with options for data source mode, channel, version, and method (comfy-cli or Manager HTTP).
Instructions
Reinstall a ComfyUI custom node pack. Local operations prefer official comfy-cli; remote operations use Manager HTTP. A ComfyUI restart may be required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Registry id / module name to reinstall. | |
| mode | No | ComfyUI-Manager data source mode (default 'remote'): 'remote' fetches the live node list, 'local'/'cache' use bundled/cached data. | |
| channel | No | ComfyUI-Manager channel name (default 'default'). | |
| version | No | Version to reinstall (default 'latest'). | |
| 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. |