From 9a15d5ce4e7bf4d6d29ebb8e8222abc3f373eb65 Mon Sep 17 00:00:00 2001 From: Vincent Feng Shen Date: Sat, 25 Jan 2025 07:41:36 +0800 Subject: [PATCH] Update custom-node-list.json (#1476) 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 12963948..9b68e57f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20386,6 +20386,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." } ] }