reinstall_custom_node
Uninstalls and reinstalls a ComfyUI custom node to resolve installation problems. Uses ComfyUI-Manager HTTP API with cm-cli fallback.
Instructions
Reinstall a ComfyUI custom node pack (uninstall then install). Uses the ComfyUI-Manager HTTP API with a cm-cli subprocess fallback. A ComfyUI restart may be required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Registry id / module name to reinstall. | |
| version | No | Version to reinstall (default 'latest'). | |
| 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'). | |
| 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. |