6drf21e / ChatTTS_colab

🚀 一键部署(含离线整合包)!基于 ChatTTS ,支持流式输出、音色抽卡、长音频生成和分角色朗读。简单易用,无需复杂安装。
1.54k stars 193 forks source link

TypeError: Chat.load_models() got an unexpected keyword argument 'source' #69

Open TszSimLaw opened 6 days ago

TszSimLaw commented 6 days ago

使用pypi安装的ChatTTS 0.0.5,报错TypeError: Chat.load_models() got an unexpected keyword argument 'source'

TszSimLaw commented 6 days ago

源码安装ChatTTS-0.0.0,AttributeError: 'Chat' object has no attribute 'load_models'. Did you mean: 'download_models'?,改为download_models,启动时AttributeError: 'Chat' object has no attribute 'gpt'