From 38a1a9b32067aa564cdda01e6199f0ee6d368751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 11 Mar 2025 23:04:18 +0100 Subject: [PATCH] add comfyui-finegrain to custom-node-list.json (#1587) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e65d76ed..853aa671 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -21974,6 +21974,16 @@ "install_type": "git-clone", "description": "A ComfyUI custom node that provides dynamic text substitution using wildcards and CSV files. Perfect for creating varied prompts with consistent relationships between terms." }, + { + "author": "finegrain", + "title": "comfyui-finegrain", + "reference": "https://github.com/finegrain-ai/comfyui-finegrain", + "files": [ + "https://github.com/finegrain-ai/comfyui-finegrain" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes to interact with the Finegrain API." + },