From c69657dc45253c7046e808c8534c7d6c1b76843d Mon Sep 17 00:00:00 2001 From: scofano <24534225+scofano@users.noreply.github.com> Date: Sun, 5 Oct 2025 18:50:16 -0300 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d87e1db6..cff6fd50 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34103,19 +34103,19 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." }, - { - "author": "scofano", - "title": "Comfy Text Stats", - "id": "comfy-text-stats", - "reference": "https://github.com/scofano/comfy-text-stats", - "files": [ - "https://raw.githubusercontent.com/scofano/comfy-text-stats/main/__init__.py", - "https://raw.githubusercontent.com/scofano/comfy-text-stats/main/text_stats.py", - "https://raw.githubusercontent.com/scofano/comfy-text-stats/main/README.md", - "https://raw.githubusercontent.com/scofano/comfy-text-stats/main/requirements.txt" - ], - "install_type": "copy", - "description": "Node: Text Stats (Char & Word Count). A lightweight ComfyUI custom node that takes a text string and outputs character and word counts (INT). Ideal for caption preprocessing, prompt analytics, and dataset workflows." + { + "author": "scofano", + "title": "Comfy Text Stats", + "id": "comfy-text-stats", + "reference": "https://github.com/scofano/comfy-text-stats", + "files": [ + "https://raw.githubusercontent.com/scofano/comfy-text-stats/main/__init__.py", + "https://raw.githubusercontent.com/scofano/comfy-text-stats/main/text_stats.py", + "https://raw.githubusercontent.com/scofano/comfy-text-stats/main/README.md", + "https://raw.githubusercontent.com/scofano/comfy-text-stats/main/requirements.txt" + ], + "install_type": "copy", + "description": "Node: Text Stats (Char & Word Count). A lightweight ComfyUI custom node that takes a text string and outputs character and word counts (INT). Ideal for caption preprocessing, prompt analytics, and dataset workflows." } ] }