chflame163 / ComfyUI_MSSpeech_TTS

A plugin for ComfyUI use the Microsoft Speech TTS convert text to MP3 file, also includes playing sound and matching trigger nodes
23 stars 2 forks source link

更新:

增加节点:

由于引入了新的节点,请重新安装依赖包。

Play Sound

可触发的声音播放节点,支持mp3和wav格式。这个节点支持多线程播放。
选项说明:

Input Trigger

输入触发器,可接入任意类型的数据,当检测到有输入内容(非None)时输出True;如果没有接入输入,将一直输出False。
输入:任意类型,包括且不限于image, latent, model, clip, string, float, int等等。 输出:Boolean值。
选项说明:

ComfyUI_MSSpeech_TTS

ComfyUI下使用的文本转语音插件。使用Microsoft speech TTS 接口将文本内容转为MP3格式的语音文件。

选项说明:

输出: MP3 File,字符串类型,其内容是语音文件地址。

使用示例:

image

安装方法: