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 "D:\WTEST\ChatTTS-Forge-2\environment\lib\site-packages\gradio\queueing.py", line 536, in process_events
response = await route_utils.call_process_api(
File "D:\WTEST\ChatTTS-Forge-2\environment\lib\site-packages\gradio\route_utils.py", line 276, in call_process_api
output = await app.get_blocks().process_api(
File "D:\WTEST\ChatTTS-Forge-2\environment\lib\site-packages\gradio\blocks.py", line 1897, in process_api
result = await self.call_function(
File "D:\WTEST\ChatTTS-Forge-2\environment\lib\site-packages\gradio\blocks.py", line 1483, in call_function
prediction = await anyio.to_thread.run_sync(
File "D:\WTEST\ChatTTS-Forge-2\environment\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "D:\WTEST\ChatTTS-Forge-2\environment\lib\site-packages\anyio\_backends\_asyncio.py", line 2177, in run_sync_in_worker_thread
return await future
File "D:\WTEST\ChatTTS-Forge-2\environment\lib\site-packages\anyio\_backends\_asyncio.py", line 859, in run
result = context.run(func, *args)
File "D:\WTEST\ChatTTS-Forge-2\environment\lib\site-packages\gradio\utils.py", line 816, in wrapper
response = f(*args, **kwargs)
File "D:\WTEST\ChatTTS-Forge-2\environment\lib\site-packages\gradio\utils.py", line 816, in wrapper
response = f(*args, **kwargs)
File "D:\WTEST\ChatTTS-Forge-2\ChatTTS-Forge\modules\webui\webui_utils.py", line 225, in tts_generate
spk = TTSSpeaker.from_seed(spk)
AttributeError: type object 'TTSSpeaker' has no attribute 'from_seed'
The text was updated successfully, but these errors were encountered:
阅读 README.md 和 dependencies.md
检索 issue 和 discussion
检查 Forge 版本
Forge Commit 或者 Tag
f7312c1
Python 版本
3.10
PyTorch 版本
2.3.1
操作系统信息
Windows
浏览器信息
Edge
BUG 描述
当前提交 Commit 无法用说话人种子生成语音。
复现步骤
WebUI 使用说话人种子进行语音生成。
期望结果
能生。
实际结果
不能。
错误信息
The text was updated successfully, but these errors were encountered: