From faa2f543719d7569a69ae3f8ada56709a7314476 Mon Sep 17 00:00:00 2001 From: fredlef <40640070+fredlef@users.noreply.github.com> Date: Thu, 4 Dec 2025 22:41:08 -0500 Subject: [PATCH] =?UTF-8?q?Add=20ComfyUI=20FSL=20Nodes=20=E2=80=94=20Gemin?= =?UTF-8?q?i=20chat=20&=20image=20generation,=20utilities=20(#2316)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add ComfyUI FSL Nodes to custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> Co-authored-by: Fred LeFevre --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index e0c648b5..71b77368 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37794,6 +37794,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "fredlef", + "title": "ComfyUI FSL Nodes", + "reference": "https://github.com/fredlef/Comfyui_FSL_Nodes", + "files": [ + "https://github.com/fredlef/Comfyui_FSL_Nodes" + ], + "install_type": "git-clone", + "tags": ["image", "chat", "gemini", "fsl"] + } ] }