Skip to content

启动python webui_mix.py 报一下错误如何处理呢? #101

@jbigdata

Description

@jbigdata

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'?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions