resolve_missing_models
Find models missing from a ComfyUI workflow and search CivitAI and HuggingFace for installable candidates, showing size, precision, and VRAM compatibility.
Instructions
Find the model files a workflow needs but this ComfyUI does NOT have, and search CivitAI + HuggingFace for installable candidates. THE tool for 'this Template says a model is missing — go get it'. Detects by comparing each model widget against the option list the server actually publishes, so it covers checkpoints, LoRAs, VAEs, ControlNets, UNets, CLIP and custom-pack model types without any per-node mapping. Each candidate reports size, source, precision/quantisation (fp16 / fp8 / GGUF Q4_K_M …) and whether it FITS this GPU's VRAM — so when the exact file is too big you can see the quantised variant that isn't. Read-only: it downloads nothing. Pass a chosen candidate to download_model (url) or download_civitai_model (id), using the reported directory as target_subfolder. For missing custom NODE PACKS (not models) use install_workflow_dependencies instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max candidates per missing model (default 8). | |
| workflow | Yes | ComfyUI workflow in API format (JSON string or object) |