From 54014b770da1b8a8234246bab0bfb6d557a7ff0f Mon Sep 17 00:00:00 2001 From: Dariusz L Date: Tue, 14 Jul 2026 00:30:17 +0200 Subject: [PATCH] Add ComfyUI Model Resolver --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ecbabced..c74daf6e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Azornes", + "title": "ComfyUI Model Resolver", + "reference": "https://github.com/Azornes/Comfyui-Model-Resolver", + "files": [ + "https://github.com/Azornes/Comfyui-Model-Resolver" + ], + "install_type": "git-clone", + "description": "Automatically resolves missing models in ComfyUI workflows using intelligent local fuzzy matching, online search, direct downloads, background download tracking, and in-place workflow updates." + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider",