GPT-SoVITS
GPT-SoVITS copied to clipboard
V2版本一键三连报错,ImportError: DLL load failed while importing onnxruntime_pybind11_state
File "D:\work\TTs_Task\GPT-SoVITS_v2\GPT_SoVITS\prepare_datasets\1-get-text.py", line 91, in process
phones, word2ph, norm_text = clean_text(
File "D:\work\TTs_Task\GPT-SoVITS_v2\GPT_SoVITS\text\cleaner.py", line 36, in clean_text
language_module = import("text."+language_module_map[language],fromlist=[language_module_map[language]])
File "D:\work\TTs_Task\GPT-SoVITS_v2\GPT_SoVITS\text\chinese2.py", line 28, in
已解决 onnxruntime 版本不对 pip uninstall onnxruntime pip install onnxruntime==1.14.0
windows系统 python==3.9.19
有GPU可以直接uninstall onnxruntime后上onnxruntime-gpu
楼上正解