From 0954ed64cabf9d7e56704adec0ee73cb6bc51ea5 Mon Sep 17 00:00:00 2001 From: fredlef <40640070+fredlef@users.noreply.github.com> Date: Thu, 27 Nov 2025 17:36:22 -0500 Subject: [PATCH] Add ComfyUI FSL Nodes to custom-node-list.json --- custom-node-list.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index fb7ae405..88cd160f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37560,6 +37560,12 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "name": "ComfyUI FSL Nodes", + "url": "https://github.com/fredlef/Comfyui_FSL_Nodes", + "branch": "main", + "tags": ["image", "chat", "gemini", "fsl"] + } ] }