From 1c10607c06d821416adc7e2802f091d9d4e5a6f7 Mon Sep 17 00:00:00 2001 From: fllywaay Date: Sat, 8 Nov 2025 12:40:13 +0800 Subject: [PATCH] Add My Comfyui-TextLine-counter node (#2253) * Update custom-node-list.json * Update custom-node-list.json * Update custom-node-list.json * Remove 'id' field from Comfyui-TextLine-counter Removed 'id' field from the Comfyui-TextLine-counter entry. * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e5f00bdc..bf33f5ee 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36154,6 +36154,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "fllywaay", + "title": "Comfyui-TextLine-counter", + "reference": "https://github.com/zpengcom/Comfyui-TextLine-counter", + "files": [ + "https://github.com/zpengcom/Comfyui-TextLine-counter" + ], + "install_type": "git-clone", + "description": "A simple multi-line text processing tool, such as line count statistics, ignoring blank lines, etc." } ] }