diff --git a/custom-node-list.json b/custom-node-list.json index 0ff4208c7..cf30dd3c3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37723,5 +37723,18 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." } - ] + ], + { + "author": "huangkun1985", + "title": "ComfyUI Audio Segment Splitter", + "reference": "https://github.com/huangkun1985/comfy_AudioSeg", + "files": [ + "https://github.com/huangkun1985/comfy_AudioSeg" + ], + "install_type": "git-clone", + "description": "Intelligent audio segmentation with overlap support. Split audio at integer-second start points with decimal-duration segments, perfect for speech recognition, music analysis, and audio transcription.", + "nodename_pattern": "AudioSegmentSplitter", + "tags": ["audio", "segmentation", "processing"], + "category": "audio" + } }