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
Hello, I made the model for SimpleEnunu using oniku_kurumi_utagoe_db[1], which makes use of HN-UnifiedSourceFilterGAN instead of PyWorld vocoder. But the current official distribution of SimpleEnunu does not include ParallelWaveGAN nor HN-UnifiedSourceFilterGAN, so we can't use the neural vocoder. Could you please add them to the official distribution?
FYI: When loading usfgan.models.ParallelHnUSFGANGenerator, I met ModuleNotFound Error related to tkinter. Maybe some modules loaded from usfgan.models.ParallelHnUSFGANGenerator require tkinter(I don't know which though), and embeddable python does not include tcl/tk related files. I had to transplat (1)"tcl" folder (2)"Libs/tkinter" folter (3)_tkinter.pyd, tcl86t.dll, tk866t.dll from DLLs folder from another official binary of python to the directory of embeddable python of SimpleEnunu.
The text was updated successfully, but these errors were encountered:
In v0.2.1, uSFGAN has been installed.
I' sorry, I read your opinion after the release.
So talking about ParallelHnUSFGANGenerator, tkinter is not in v0.2.1.
I'll update in the next time.
Hello, I made the model for SimpleEnunu using oniku_kurumi_utagoe_db[1], which makes use of HN-UnifiedSourceFilterGAN instead of PyWorld vocoder. But the current official distribution of SimpleEnunu does not include ParallelWaveGAN nor HN-UnifiedSourceFilterGAN, so we can't use the neural vocoder. Could you please add them to the official distribution?
FYI: When loading usfgan.models.ParallelHnUSFGANGenerator, I met ModuleNotFound Error related to tkinter. Maybe some modules loaded from usfgan.models.ParallelHnUSFGANGenerator require tkinter(I don't know which though), and embeddable python does not include tcl/tk related files. I had to transplat (1)"tcl" folder (2)"Libs/tkinter" folter (3)_tkinter.pyd, tcl86t.dll, tk866t.dll from DLLs folder from another official binary of python to the directory of embeddable python of SimpleEnunu.
The text was updated successfully, but these errors were encountered: