From f13a991e0d4e1afe5710bc596d4041f0821d6dcf Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Wed, 7 May 2025 18:15:26 +0800 Subject: [PATCH] Add ComfyUI Asset Downloader --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b4ff2e95..2a6c85b3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -935,6 +935,17 @@ "install_type": "git-clone", "description": "This node allows downloading models directly within ComfyUI for easier use and integration." }, + { + "author": "ServiceStack", + "title": "ComfyUI Asset Downloader", + "id": "asset-downloader", + "reference": "https://github.com/ServiceStack/comfy-asset-downloader", + "files": [ + "https://github.com/ServiceStack/comfy-asset-downloader" + ], + "install_type": "git-clone", + "description": "This node allows downloading models and other resources used within a ComfyUI workflow making it easier to resolve referenced assets and share workflows" + }, { "author": "Suzie1", "title": "Comfyroll Studio",