From cf45c51dfbd0ab91c99423d7ce1fcab3e54ec0aa Mon Sep 17 00:00:00 2001 From: licyk <76895225+licyk@users.noreply.github.com> Date: Thu, 21 Aug 2025 05:52:09 +0800 Subject: [PATCH] Add HDM-ext to custom-node-list (#2094) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 562752ae..f8115039 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31204,6 +31204,17 @@ "install_type": "git-clone", "description": "A collection of ComfyUI nodes for interfacing with the Vectorizer.ai API. Manipulate the results with options for scaling the SVG result back to raster image with increased resolution. Includes a background remover node to remove a prevalent background color from raster images. Enter credentials in config.json or directly within the node." }, + { + "author": "KohakuBlueleaf", + "title": "HDM-ext", + "id": "HDM", + "reference": "https://github.com/KohakuBlueleaf/HDM-ext", + "files": [ + "https://github.com/KohakuBlueleaf/HDM-ext" + ], + "install_type": "git-clone", + "description": "HDM model loader for ComfyUI" + },