From d73b1c2611ddf6b02742bec0f61b4c8677b49b71 Mon Sep 17 00:00:00 2001 From: Fantasy AI Studio Date: Mon, 22 Jul 2024 20:06:01 +0800 Subject: [PATCH] Add FAI-Node custom nodes (#895) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d919c2ca..8fb1c4f6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12164,6 +12164,17 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "author": "Fantasy AI Studio", + "title": "FAI-Node", + "id": "FAI-Node", + "reference": "https://github.com/alanhuang67/ComfyUI-FAI-Node", + "files": [ + "https://github.com/alanhuang67/ComfyUI-FAI-Node" + ], + "install_type": "git-clone", + "description": "Various custom nodes for ComfyUI" + }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI",