babysor / MockingBird

🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
34.57k stars 5.15k forks source link

使用vc转换时,转换过程报错 TypeError: unsupported operand type(s) for -: 'NoneType' and 'float' #920

Closed zhaojigang closed 1 year ago

zhaojigang commented 1 year ago

Summary[问题简述(一句话)] 使用 VC 转换时,出现如题错误

Env & To Reproduce[复现与环境] os: windows11 gpu: 4080 python: 3.9

Screenshots[截图(如有)] image image

zhaojigang commented 1 year ago

检查了代码,打印了参数,发现其中的 fmin=None image 增加了判断后解决了问题,但是发现合成后的电音非常重,可能是另外一个问题,先关闭此 issue 了 image

L1590 commented 12 months ago

Thank you, this is useful, I also encountered this error, after adding this line of code can run!