From 34c9960203fad4407f1d3334af5ffce4f16b4225 Mon Sep 17 00:00:00 2001 From: Daniel Lewis Date: Fri, 26 Jan 2024 19:38:03 -0700 Subject: [PATCH] Update custom-node-list.json Added ComfyUI-TTS --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 70acd186..05b06389 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4974,6 +4974,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Daniel Lewis", + "title": "ComfyUI-TTS", + "reference": "https://github.com/daniel-lewis-ab/ComfyUI-TTS", + "files": [ + "https://github.com/daniel-lewis-ab/ComfyUI-TTS" + ], + "install_type": "git-clone", + "description": "Text To Speech (TTS) for ComfyUI" } ] }