A custom node/plugin for ComfyUI that automatically detects and fixes missing model paths in your workflow.
- Auto-Location: Scans your loaded workflow for nodes with missing models (red nodes).
- Exact Match Fix: If the model exists in a different folder (e.g., moved from
models/lorastomodels/loras/flux), it automatically updates the path. - Fuzzy Match: If an exact match isn't found, it looks for similar filenames (e.g. typos or version name changes) and prompts you with a "Near Match" selection dialog.
- Batch Processing: Fix all missing models in one click.
- Clone this repository into your
ComfyUI/custom_nodes/directory:cd ComfyUI/custom_nodes/ git clone https://github.com/squarewulf/ComfyUI-ModelFrisk.git - Restart ComfyUI.
- Open ComfyUI and load a workflow.
- Right-click anywhere on the empty workspace background.
- Select "Frisk & Fix Models" from the context menu.
- If missing models are found, a dialog will appear showing what was fixed or asking for confirmation on near matches.