From a49779c4d28c644c2d5fa168c149ba87ed241939 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 13 Oct 2025 06:14:21 +0900 Subject: [PATCH] update DB --- custom-node-list.json | 44 ++++++++++++------------- node_db/new/custom-node-list.json | 53 +++++++++++++------------------ 2 files changed, 44 insertions(+), 53 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9a8d5329..8b05fb40 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33874,6 +33874,17 @@ "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." }, + { + "author": "scofano", + "title": "Audio Duration", + "id": "comfy-audio-duration", + "reference": "https://github.com/scofano/comfy-audio-duration", + "files": [ + "https://github.com/scofano/comfy-audio-duration" + ], + "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": "voxta-ai", "title": "Voxta ComfyUI Nodes", @@ -33965,17 +33976,17 @@ "install_type": "git-clone", "description": "A collection of custom nodes for ComfyUI providing video manipulation, LoRA loading, path animation, and visual drawing tools for WanVideo workflows." }, - { - "author": "sonnybox", - "title": "ComfyUI-SuperNodes", - "id": "supernodes", - "reference": "https://github.com/sonnybox/ComfyUI-SuperNodes", - "files": [ - "https://github.com/sonnybox/ComfyUI-SuperNodes" - ], - "install_type": "git-clone", - "description": "A miscellaneous node pack of custom implementations needed for workflows released by my SuperComfy YouTube channel." - }, + { + "author": "sonnybox", + "title": "ComfyUI-SuperNodes", + "id": "supernodes", + "reference": "https://github.com/sonnybox/ComfyUI-SuperNodes", + "files": [ + "https://github.com/sonnybox/ComfyUI-SuperNodes" + ], + "install_type": "git-clone", + "description": "A miscellaneous node pack of custom implementations needed for workflows released by my SuperComfy YouTube channel." + }, @@ -34434,17 +34445,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "scofano", - "title": "Audio Duration", - "id": "comfy-audio-duration", - "reference": "https://github.com/scofano/comfy-audio-duration", - "files": [ - "https://github.com/scofano/comfy-audio-duration" - ], - "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." } ] } diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 6435aecc..c3226136 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,27 @@ { "custom_nodes": [ + { + "author": "sonnybox", + "title": "ComfyUI-SuperNodes", + "id": "supernodes", + "reference": "https://github.com/sonnybox/ComfyUI-SuperNodes", + "files": [ + "https://github.com/sonnybox/ComfyUI-SuperNodes" + ], + "install_type": "git-clone", + "description": "A miscellaneous node pack of custom implementations needed for workflows released by my SuperComfy YouTube channel." + }, + { + "author": "scofano", + "title": "Audio Duration", + "id": "comfy-audio-duration", + "reference": "https://github.com/scofano/comfy-audio-duration", + "files": [ + "https://github.com/scofano/comfy-audio-duration" + ], + "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": "siraxe", "title": "ComfyUI-WanVideoWrapper_QQ", @@ -665,37 +687,6 @@ ], "install_type": "git-clone", "description": "It allows you to control complex graphs by unbypass/unmute and bypass/mute entire groups of nodes, just by adding tags in the title of your nodes, no connection required." - }, - { - "author": "Verolelb", - "title": "Video Compressor (Unified)", - "id": "Video compressor", - "reference": "https://github.com/Verolelb/ComfyUI-VideoCompressor", - "files": [ - "https://github.com/Verolelb/ComfyUI-VideoCompressor" - ], - "install_type": "git-clone", - "description": "Compress video in comfyui." - }, - { - "author": "Verolelb", - "title": "ComfyUI-Persistent-Queue", - "reference": "https://github.com/co5dt/ComfyUI-Persistent-Queue", - "files": [ - "https://github.com/co5dt/ComfyUI-Persistent-Queue" - ], - "install_type": "git-clone", - "description": "CoA simple, friendly way to make your ComfyUI job queue survive restarts and crashes." - }, - { - "author": "rvage", - "title": "ComfyUI-RvToolsX", - "reference": "https://github.com/r-vage/ComfyUI-RvToolsX", - "files": [ - "https://github.com/r-vage/ComfyUI-RvToolsX" - ], - "install_type": "git-clone", - "description": "ComfyUI custom nodes and utilities for workflow building, type conversions, checkpoint/pipe loaders and file utilities." } ] }