-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG:API] api生成语音时不时出现错误,导致内存溢出 #99
Comments
具体什么prompt会触发,可以提供下吗 |
refs 其实这个逻辑是官方库修复引入的,forge之前都没有这个修复需求... |
- 不走 ensure_non_empty 逻辑 可能没法完全解决 none 问题 ref 2noise/ChatTTS#543
fixed 906f2f7 暂时简单修复一下(至少不会无限循环),如果有更多issue详情可以继续提供,继续排查这个问题 |
使用了这个解决方案问题依旧存在, print("prefix",prefix,"prompt1",prompt1,"prompt2",prompt2) 文本参考 还有个额外的问题,生成wav格式出现空音频返回,音频有实际大小但是没有声音。 |
fixed bfc3789 应该基本能解决问题 主要问题还是这个模型生成质量差... 下面有几个建议减少触发错误生成:
|
我也出现了这个问题,我发现主要是在短句生成并且使用speed>0的时候出现。如果是10个字以内的短句,设置speed_0就不会出现这个问题。同理,十个字以上就正常多了。 |
阅读 README.md 和 dependencies.md
检索 issue 和 discussion
检查 Forge 版本
Forge Commit 或者 Tag
1
Python 版本
3.10.8
PyTorch 版本
1
操作系统信息
linux
BUG 描述
并非一直出错,时不时出现
BUG 端点
/v1/tts
复现参数
并非一直出错,时不时批量报错后出现内存溢出
期望结果
解决异常
实际结果
并非一直出错,时不时批量报错后出现内存溢出
错误信息
The text was updated successfully, but these errors were encountered: