From e15ee337ebed58643d958cc51d4744e871faa700 Mon Sep 17 00:00:00 2001 From: Vincent Feng Shen Date: Fri, 24 Jan 2025 01:15:18 +0800 Subject: [PATCH] Update custom-node-list.json Add extension: ComfyUI-ArchiGraph --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f0927529..39add2c1 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20375,6 +20375,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "vincentfs", + "title": "ComfyUI-ArchiGraph", + "id": "archigraph", + "reference": "https://github.com/vincentfs/ComfyUI-ArchiGraph", + "files": [ + "https://github.com/vincentfs/ComfyUI-ArchiGraph" + ], + "install_type": "git-clone", + "description": "Implementation of architectural related graph algorithm in ComfyUI." } ] }