apply_manifest
Apply a ComfyUI setup manifest to install custom nodes, models, and pip packages; system packages skipped.
Instructions
Apply a local ComfyUI setup manifest from an inline object or .json/.yaml/.yml file. LOCAL-ONLY: requires COMFYUI_PATH. Composes existing custom-node installs and model downloads, installs pip packages into the ComfyUI Python environment, and reports apt entries as skipped because system packages require manual/root installation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifest | No | Inline manifest object. Provide exactly one of `manifest` or `path`. | |
| path | No | Path to a .json, .yaml, or .yml manifest file. Provide exactly one of `manifest` or `path`. |