We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "/Users/liangwan/AImanager/tts/ChatTTS_colab/webui_mix.py", line 46, in chat = load_chat_tts_model(source=args.source, local_path=args.local_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/liangwan/AImanager/tts/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) ^^^^^^^^^^^^^^^^ AttributeError: 'Chat' object has no attribute 'load_models'. Did you mean: 'download_models'? (chattts) liangwan@swdeMacBook-Pro ChatTTS_colab % python webui_mix.py Loading ChatTTS model... Traceback (most recent call last): File "/Users/liangwan/AImanager/tts/ChatTTS_colab/webui_mix.py", line 46, in chat = load_chat_tts_model(source=args.source, local_path=args.local_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/liangwan/AImanager/tts/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) ^^^^^^^^^^^^^^^^ AttributeError: 'Chat' object has no attribute 'load_models'. Did you mean: 'download_models'?
The text was updated successfully, but these errors were encountered:
I realized this step didn't execute properly:
!git checkout -q e6412b1
Make sure the branch/commit of ChatTTS is switched to e6412b1
e6412b1
Sorry, something went wrong.
No branches or pull requests
Traceback (most recent call last):
File "/Users/liangwan/AImanager/tts/ChatTTS_colab/webui_mix.py", line 46, in
chat = load_chat_tts_model(source=args.source, local_path=args.local_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/liangwan/AImanager/tts/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)
^^^^^^^^^^^^^^^^
AttributeError: 'Chat' object has no attribute 'load_models'. Did you mean: 'download_models'?
(chattts) liangwan@swdeMacBook-Pro ChatTTS_colab % python webui_mix.py
Loading ChatTTS model...
Traceback (most recent call last):
File "/Users/liangwan/AImanager/tts/ChatTTS_colab/webui_mix.py", line 46, in
chat = load_chat_tts_model(source=args.source, local_path=args.local_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/liangwan/AImanager/tts/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)
^^^^^^^^^^^^^^^^
AttributeError: 'Chat' object has no attribute 'load_models'. Did you mean: 'download_models'?
The text was updated successfully, but these errors were encountered: