fish-speech icon indicating copy to clipboard operation
fish-speech copied to clipboard

Brand new TTS solution

Results 162 fish-speech issues
Sort by recently updated
recently updated
newest added

Feel free to ask any kind of questions in the issues page, but please use English since other users may find your questions valuable. **Is your feature request related to...

enhancement

**Is this PR adding new feature or fix a BUG?** > [!NOTE] > This PR modified `fish_speech/webui/manage.py` to improve the user experience when setting the inference models. > 这一 PR...

enhancement

Feel free to ask any kind of questions in the issues page, but please use English since other users may find your questions valuable. **Describe the bug** A clear and...

bug

Feel free to ask any kind of questions in the issues page, but please use English since other users may find your questions valuable. **Describe the bug** A clear and...

bug

Hi, May I ask if i want to train other VQs, such as ar4 or ar8, do i only need to modify the config in vqgan?. Or do i need...

I am training the model for a new language, Thai. 1. Should I only modify fish_speech/text/clean.py to allow the unicodes for thai? Is there any other codes that I should...

enhancement

when i run pip3 install -e . get error subprocess.CalledProcessError: Command '['cmake', '--build', '.']' returned non-zero exit status 2. [end of output] note: This error originates from a subprocess, and...

bug

未安装时运行start.bat,会下载Miniconda并创建新的conda环境,并完成环境的安装。安装torch改为使用上海交大的源以加速下载。 已安装好环境后运行start.bat,会检查API_FLAGS.txt中有没有flags,如果有,对应地启动api推理或者webui推理,之后启动manage.py。 新增一个run_cmd.bat用来快捷地进入fish-speech的环境。 由于实现了环境隔离,删除环境只需要删掉fishenv文件夹即可,所以删除环境脚本不再需要。

hydra.errors.InstantiationException: Error in call to target 'fish_speech.models.vqgan.modules.firefly.FireflyBase': FileNotFoundError(2, 'No such file or directory') full_key: model.vocoder ![1715845222260](https://github.com/fishaudio/fish-speech/assets/24641901/962d36e2-8254-41e2-bf8c-8a12a479f56b)

bug

怎么使用 python 来 调用 api 服务?能不能给个示例?

enhancement