From 423e3ddf80ddd0837ca3641559ce7b8dc2a6b590 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:11:01 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5a5f7a30..1b647db9 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -34420,17 +34420,6 @@ ], "install_type": "git-clone", "description": "Returns the duration of an audio source, which can be provided either as a filesystem path or as raw audio data (samples and sample rate) from an upstream node. Duration calculation primarily uses ffprobe (from FFmpeg) for paths, or calculates the duration directly from samples/SR if no path is available." - }, - { - "author": "scofano", - "title": "Comfy Text Stats", - "id": "comfy-text-stats", - "reference": "https://github.com/scofano/comfy-text-stats", - "files": [ - "https://github.com/scofano/comfy-text-stats" - ], - "install_type": "git-clone", - "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." - } + } ] }