From a8d603f7531825db974b26e6b56b77586f8f16c6 Mon Sep 17 00:00:00 2001 From: Lord Lethris Date: Thu, 11 Dec 2025 19:37:53 +0000 Subject: [PATCH] Add ComfyUI-lethris-dia2: Dia2 TTS & Captions Generator (#2366) * Update custom-node-list.json JSON entry for my Dia2 TTS + Captions Node * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 57ce398c..04432019 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38649,6 +38649,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Lord Lethris", + "title": "Dia2 TTS & Captions Generators for ComfyUI", + "id": "dia2_tts_captions", + "reference": "https://github.com/lord-lethris/ComfyUI-lethris-dia2", + "files": [ + "https://github.com/lord-lethris/ComfyUI-lethris-dia2" + ], + "install_type": "Git-Clone", + "description": "This package provides two ComfyUI nodes: 🗣️ Dia2 TTS Generator for text-to-speech using Dia2-2B, and 💬 Dia2 Captions Generator to convert TTS timestamps into SRT/SSA/VTT subtitles. Includes example workflow and voice samples. GPU users require CUDA 12.8+." } ] }