luoyily / MoeTTS

Speech synthesis model /inference GUI repo for galgame characters based on Tacotron2, Hifigan, VITS and Diff-svc
GNU General Public License v3.0
974 stars 79 forks source link

1.21版本运行提供的atri vits出现错误 #20

Closed yzyi0320 closed 2 years ago

yzyi0320 commented 2 years ago

File "tkinter__init.py", line 1705, in call__ File "moe_tts_cpu.py", line 464, in File "moe_tts_cpu.py", line 228, in inference_vitss File "PyInstaller\loader\pyimod02_importers.py", line 493, in exec_module File "torch__init__.py", line 202, in from torch._C import * # noqa: F403 ImportError: DLL load failed: 找不到指定的模块

luoyily commented 2 years ago

这个可能是pyinstaller版本问题导致打包时缺少dll,我在两台新的win设备上(版本:Win 10 20H2 19042.1052/Win 10 22H2_19045.1806)并没有成功复现,希望能提供下你的系统版本

yzyi0320 commented 2 years ago

这个可能是pyinstaller版本问题导致打包时缺少dll,我在两台新的win设备上(版本:Win 10 20H2 19042.1052/Win 10 22H2_19045.1806)并没有成功复现,希望能提供下你的系统版本

Windows 10 21H2 19044.2130

luoyily commented 2 years ago

已修复