-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我增加了一个默认读取配置的功能,但是程序仍然运行不起来 #4
Comments
测试下来没有问题,无法复现所述的错误 |
好的谢谢 那估计是环境问题了 我再试试 |
经过反复测试,发现是使用模型的问题 如果使用Louise模型,HubertVITS功能正常,但是如果使用Nene + Nanami + Rong + Tang模型,则无法使用HubertVITS功能,应该可以复现了,不知道这个算不算问题呢? |
模型本身用途不同,我在README里也有标注 |
好的 了解了 感谢解答。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你好,非常感谢分享如此有趣的程序。
跟部分用户一样,我遇到了无法运行的问题,表现为HubertVITS功能中,点击“重新合成”,没有任何反应。
经过调试,我发现是
else if (modelControl.SelectedIndex == 1) { cmd.Write(ORIGINPATH); cmd.Write(HTargetBox.SelectedIndex.ToString()); if (USEF0) cmd.Write($"[LENGTH={LENGTHSCALE}][NOISE={NOISESCALE}][NOISEW={NOISESCALEW}][F0={F0SCALE}]{SAVEPATH}"); else cmd.Write($"[LENGTH={LENGTHSCALE}][NOISE={NOISESCALE}][NOISEW={NOISESCALEW}]{SAVEPATH}"); } cmd.Write("y");
这一段任务执行失效了,不知道如何解决呢?
另外,我fork了代码,加入了默认读取配置的功能,避免每次打开程序都要重新配置,有需要的同学可以去这里下载:
https://github.com/autumoon/MoeGoe_GUI
The text was updated successfully, but these errors were encountered: