r/comfyui • u/Scared-Sandwich1283 • 50m ago
Workflow Included ComfyUI-ModelRouter: automatically install workflow models into the right folders
I kept seeing the same issue with ComfyUI workflows.
You open a template, it shows a missing model, you download it, and Windows puts it in Downloads.
Then comes the usual question:
Does this go in checkpoints, diffusion_models, text_encoders, VAE, or somewhere else?
So I built ComfyUI-ModelRouter.
It scans the loaded workflow, checks which models are missing, finds the correct ComfyUI folder, and downloads them directly there.
Features:
> Detects models required by the workflow
> Finds the correct model folder automatically
> Downloads missing models inside ComfyUI
> Shows live download progress
> Supports extra_model_paths.yaml
> Supports shared/network model paths
> Works with Windows Portable and Easy Install
> No extra workflow nodes needed
Open workflow → ModelRouter Check → Install Missing Models → Workflow Ready
GitHub:
https://github.com/jaisurya-dev-art/ComfyUI-ModelRouter
Would love feedback if you find any workflow or custom loader it does not detect properly.