apply_manifest
Applies a ComfyUI setup manifest to install custom nodes, download models, and install pip packages from an inline object or file.
Instructions
Apply a ComfyUI setup manifest from an inline object or .json/.yaml/.yml file. Composes custom-node installs and model downloads, installs pip packages, and reports apt entries as skipped (system packages need manual/root installation). LOCAL ComfyUI (COMFYUI_PATH set): nodes/models land on the local filesystem and pip installs into the ComfyUI Python env. REMOTE ComfyUI: custom_nodes and models are routed through the ComfyUI-Manager HTTP API (handled on the host), while pip and apt entries are reported as skipped (no remote equivalent). Each item reports applied/skipped/failed independently.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to a .json, .yaml, or .yml manifest file. Provide exactly one of `manifest` or `path`. | |
| manifest | No | Inline manifest object. Provide exactly one of `manifest` or `path`. |