2noise / ChatTTS

A generative speech model for daily dialogue.
https://2noise.com
Other
27.01k stars 2.94k forks source link

启动报错 #500

Closed ccj closed 6 days ago

ccj commented 6 days ago

Loading ChatTTS model... Traceback (most recent call last): File "/Users/ccj/Desktop/project/ChatTTS_colab/webui_mix.py", line 46, in chat = load_chat_tts_model(source=args.source, local_path=args.local_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/ccj/Desktop/project/ChatTTS_colab/tts_model.py", line 25, in load_chat_tts_model chat.load_models(source=source, force_redownload=force_redownload, custom_path=local_path, compile=False) TypeError: Chat.load_models() got an unexpected keyword argument 'custom_path'

fumiama commented 6 days ago

duplicate with #490