From e5cea64132606ca872fda60e5fbd12b4b04e9530 Mon Sep 17 00:00:00 2001 From: Roberts Slisans Date: Wed, 29 Oct 2025 00:44:16 +0200 Subject: [PATCH] Add TTS WebUI API nodes (#2243) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 027a1908..78223cfd 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35568,6 +35568,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "rsxdalv", + "title": "TTS WebUI API nodes for ComfyUI", + "id": "tts-webui", + "reference": "https://github.com/rsxdalv/ComfyUI-TTS-Webui", + "files": [ + "https://github.com/rsxdalv/ComfyUI-TTS-Webui" + ], + "install_type": "git-clone", + "description": "Nodes: TTS WebUI Kokoro, TTS WebUI Chatterbox, TTS WebUI StyleTTS2, TTS WebUI Kitten TTS, TTS WebUI F5-TTS, TTS WebUI Preset\nAdd API key to environment variable 'TTS_WEBUI_OPENAI_API_KEY'\nAlternatively you can write your API key to file 'tts_api_key.txt'\nYou can also use and/or override the above by entering your API key in the 'api_key' field of each node." } ] }