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 1/2] 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"] + } ] } From 189136b2933959bfda434b3b870754b52ac464c3 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Fri, 28 Nov 2025 08:03:33 +0900 Subject: [PATCH 2/2] Update custom-node-list.json --- custom-node-list.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 88cd160f..3d855f0b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37562,9 +37562,13 @@ "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", + "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"] } ]