From 14fe358337642605e2b530eeca5271c86db375eb Mon Sep 17 00:00:00 2001 From: Anonymzx Date: Mon, 6 Jul 2026 00:53:37 +0700 Subject: [PATCH] add ComfyUI-Supertonic3TTS --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5f6a86d8..ed666ea3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Anonymzx", + "title": "ComfyUI-Supertonic3TTS", + "reference": "https://github.com/Anonymzx/ComfyUI-Supertonic3TTS", + "files": [ + "https://github.com/Anonymzx/ComfyUI-Supertonic3TTS" + ], + "install_type": "git-clone", + "description": "custom nodes integrating Supertone's Supertonic-3 — a lightning-fast, on-device, multilingual Text-to-Speech system running natively via ONNX Runtime." + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider",