panic: The handle is invalid.
goroutine 1 [running]:
rvcmd/console.init.0()
rvcmd/console/console_windows.go:46 +0x1d4
download to local path D:\codes\python_learn\chattts_learn failed.
vocos not initialized.
gpt not initialized.
tokenizer not initialized.
decoder not initialized.
Traceback (most recent call last):
File "D:\codes\python_learn\chattts_learn\hello_world.py", line 10, in <module>
wavs = chat.infer(texts)
^^^^^^^^^^^^^^^^^
File "D:\developer\env\conda\envs\python311\Lib\site-packages\ChatTTS\core.py", line 242, in infer
return next(res_gen)
^^^^^^^^^^^^^
File "D:\developer\env\conda\envs\python311\Lib\site-packages\ChatTTS\core.py", line 360, in _infer
assert self.has_loaded(use_decoder=use_decoder)
AssertionError
运行Basic Usage报错如下
版本如下