You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/root/miniconda3/envs/chattts/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/root/miniconda3/envs/chattts/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/pipeline/generate/BatchGenerate.py", line 55, in generate
self.generate_batch(batch)
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/pipeline/generate/BatchGenerate.py", line 72, in generate_batch
results = model.generate_batch(segments=segments, context=self.context)
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/models/tts/ChatTtsModel.py", line 65, in generate_batch
return self.generate_batch_base(segments, context, stream=False)
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/models/tts/ChatTtsModel.py", line 93, in generate_batch_base
infer = self.get_infer(context)
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/models/tts/ChatTtsModel.py", line 73, in get_infer
return ChatTTSInfer(self.load())
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/models/tts/ChatTtsModel.py", line 42, in load
self.chat = load_chat_tts()
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/devices/devices.py", line 237, in wrapper
ret = func(*args, **kwargs)
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/models/zoo/ChatTTS.py", line 60, in load_chat_tts
do_load_chat_tts()
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/models/zoo/ChatTTS.py", line 38, in do_load_chat_tts
chat_tts.gpt,
AttributeError: 'Chat' object has no attribute 'gpt'
BUG 端点
/v1/audio/speech
复现参数
任意参数
期望结果
输出mp3
实际结果
无输出,服务端卡死
错误信息
No response
The text was updated successfully, but these errors were encountered:
确认清单
Forge Commit 或者 Tag
2995d78
Python 版本
3.10
PyTorch 版本
2.3.1+cu121
操作系统信息
5.15.0-78-generic #85-Ubuntu SMP Fri Jul 7 15:25:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
BUG 描述
Traceback (most recent call last):
File "/root/miniconda3/envs/chattts/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/root/miniconda3/envs/chattts/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/pipeline/generate/BatchGenerate.py", line 55, in generate
self.generate_batch(batch)
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/pipeline/generate/BatchGenerate.py", line 72, in generate_batch
results = model.generate_batch(segments=segments, context=self.context)
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/models/tts/ChatTtsModel.py", line 65, in generate_batch
return self.generate_batch_base(segments, context, stream=False)
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/models/tts/ChatTtsModel.py", line 93, in generate_batch_base
infer = self.get_infer(context)
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/models/tts/ChatTtsModel.py", line 73, in get_infer
return ChatTTSInfer(self.load())
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/models/tts/ChatTtsModel.py", line 42, in load
self.chat = load_chat_tts()
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/devices/devices.py", line 237, in wrapper
ret = func(*args, **kwargs)
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/models/zoo/ChatTTS.py", line 60, in load_chat_tts
do_load_chat_tts()
File "/autodl-fs/data/ext/git/ChatTTS/Speech-AI-Forge-main/modules/core/models/zoo/ChatTTS.py", line 38, in do_load_chat_tts
chat_tts.gpt,
AttributeError: 'Chat' object has no attribute 'gpt'
BUG 端点
/v1/audio/speech
复现参数
任意参数
期望结果
输出mp3
实际结果
无输出,服务端卡死
错误信息
No response
The text was updated successfully, but these errors were encountered: