fix_custom_node
Repair a ComfyUI custom node pack's installation and Python dependencies, or fix all packs at once using either local comfy-cli or remote Manager HTTP.
Instructions
Repair a ComfyUI custom node pack's install and Python dependencies, or pass 'all' to repair every pack. Local operations prefer official comfy-cli; remote single-pack repairs use Manager HTTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Registry id / module name to repair, or 'all' for every pack. | |
| 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 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. |