update DB

This commit is contained in:
Dr.Lt.Data 2025-10-13 06:14:21 +09:00
parent 15a5a5f5df
commit a49779c4d2
2 changed files with 44 additions and 53 deletions

View File

@ -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."
}
]
}

View File

@ -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."
}
]
}