FireRedTTS
FireRedTTS copied to clipboard
An Open-Sourced LLM-empowered Foundation TTS System
Hi, Great Job! I want to finetune the model unsing my own data. However, I don't find the Semantic-Aware Speech Tokenizer in your open-source codes. Do you plan to open-source...
Coming from arxiv website. This paper is super cool imo. Would love to train this model for my use case. Are you planning to release the training and Inference code?
感谢你们的出色工作!我想知道你们是怎么实现副语言语音生成的?是否构建了副语言相关的数据集?如果是,能否简单告知怎么构建副语言数据集的?
rec_wavs after tts.synthesize has no output
在FireTTS文件夹下运行出现下面问题,fireredtts库已经安装 No module named 'fireredtts.fireredtts' File "/home/lfy/FireRedTTS/FireRedTTS.py", line 5, in from fireredtts.fireredtts import FireRedTTS ModuleNotFoundError: No module named 'fireredtts.fireredtts'
demo的地址打不开了
Thank you for your excellent work. And I'm curious to know when you plan to release the streaming inference demo. Thanks. @FireRedTeam
论文里提到: first converting semantic tokens into the Mel spectrogram via a Mel decoder, and then generating the audio with a high sampling rate of 48 kHz via a super-resolution neural...
error info: ``` File "/data/workspace/FireRedTTS/FireRedTTS/test.py", line 3, in from fireredtts.fireredtts import FireRedTTS File "/data/workspace/FireRedTTS/FireRedTTS/fireredtts/fireredtts.py", line 4, in from fireredtts.modules.gpt.gpt import GPT File "/data/workspace/FireRedTTS/FireRedTTS/fireredtts/modules/__init__.py", line 5, in from fireredtts.modules.flow import get_flow_frontend,...