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
To create a public link, set share=True in launch().
[+0800 20250320 09:18:04] [INFO] ChatTTS | core | split text into 2 parts
text: 0%|▍ | 1/384(max) [00:00, 4.55it/sttext: 12%|███████████████████▋ | 45/384(max) [00:00, 92.02it/s]
[+0800 20250320 09:18:06] [INFO] ChatTTS | core | split text into 2 parts
code: 9%|██████████████ | 175/2048(max) [00:00, 181.03it/s]
Invalid handle. Cannot load symbol cublasLtCreate
已放弃 (核心已转储)
复现步骤
按照readme部署后打开网页直接生成就报错
期望结果
希望正常生成声音
实际结果
程序报错,且退出程序
错误信息
Invalid handle. Cannot load symbol cublasLtCreate
已放弃 (核心已转储)
The text was updated successfully, but these errors were encountered:
确认清单
Forge Commit 或者 Tag
4c201cd (HEAD -> main, tag: v0.2.3, origin/main, origin/HEAD) chore(format): run black on dev (#901)
Python 版本
3.9
PyTorch 版本
2.6.0+cu124
操作系统信息
centos9
浏览器信息
No response
BUG 描述
[root@pve-pro ChatTTS]# python examples/web/webui.py
[+0800 20250320 09:17:06] [INFO] WebUI | webui | loading ChatTTS model...
[+0800 20250320 09:17:06] [INFO] ChatTTS | dl | checking assets...
[+0800 20250320 09:17:08] [INFO] ChatTTS | dl | all assets are already latest.
[+0800 20250320 09:17:08] [INFO] ChatTTS | core | use device cuda:0
[+0800 20250320 09:17:08] [INFO] ChatTTS | core | vocos loaded.
[+0800 20250320 09:17:08] [INFO] ChatTTS | core | dvae loaded.
[+0800 20250320 09:17:08] [INFO] ChatTTS | core | embed loaded.
[+0800 20250320 09:17:08] [INFO] ChatTTS | core | gpt loaded.
[+0800 20250320 09:17:08] [INFO] ChatTTS | core | speaker loaded.
[+0800 20250320 09:17:09] [INFO] ChatTTS | core | decoder loaded.
[+0800 20250320 09:17:09] [INFO] ChatTTS | core | tokenizer loaded.
NeMo-text-processing :: INFO :: Creating ClassifyFst grammars.
2025-03-20 09:17:20,202 WETEXT INFO found existing fst: /usr/local/lib/python3.9/site-packages/tn/zh_tn_tagger.fst
2025-03-20 09:17:20,202 WETEXT INFO /usr/local/lib/python3.9/site-packages/tn/zh_tn_verbalizer.fst
2025-03-20 09:17:20,202 WETEXT INFO skip building fst for zh_normalizer ...
[+0800 20250320 09:17:20] [INFO] WebUI | webui | Models loaded successfully.
Running on local URL: http://0.0.0.0:8080
To create a public link, set
share=True
inlaunch()
.[+0800 20250320 09:18:04] [INFO] ChatTTS | core | split text into 2 parts
text: 0%|▍ | 1/384(max) [00:00, 4.55it/sttext: 12%|███████████████████▋ | 45/384(max) [00:00, 92.02it/s]
[+0800 20250320 09:18:06] [INFO] ChatTTS | core | split text into 2 parts
code: 9%|██████████████ | 175/2048(max) [00:00, 181.03it/s]
Invalid handle. Cannot load symbol cublasLtCreate
已放弃 (核心已转储)
复现步骤
按照readme部署后打开网页直接生成就报错
期望结果
希望正常生成声音
实际结果
程序报错,且退出程序
错误信息
The text was updated successfully, but these errors were encountered: