Commit Graph

21 Commits

Author SHA1 Message Date
flysmart
0caed984e3
The new vocoder Fre-GAN is now supported (#546)
* The new vocoder Fre-GAN is now supported

* Improved some fregan details
2022-05-12 12:27:17 +08:00
Vega
c5d03fb3cb
Upgrade to new web service (#529)
* Init new GUI

* Remove unused codes

* Reset layout

* Add samples

* Make framework to support multiple pages

* Add vc mode

* Add preprocessing mode

* Add training mode

* Remove text input in vc mode

* Add entry for GUI and revise readme

* Move requirement together

* Add error raise when no model folder found

* Add readme
2022-05-09 18:44:02 +08:00
babysor00
7f799d322f Tell the hifigan type of a vocoder model by searching full text 2022-04-30 10:31:01 +08:00
babysor00
1c61a601d1 Remove dependency of pyworld for non-vc mode 2022-03-19 12:14:21 +08:00
babysor00
3c97d22938 Fix bug when searching for vocoder 2022-03-07 20:08:29 +08:00
babysor00
fc26c38152 Fix compatibility issue 2022-03-07 17:05:22 +08:00
babysor00
6c01b92703 Fix bug introduced by config file reading 2022-03-06 09:35:25 +08:00
Vega
b617a87ee4
Init ppg extractor and ppg2mel (#375)
* Init  ppg extractor and ppg2mel

* add preprocess and training

* FIx known issues

* Update __init__.py

Allow to gen audio

* Fix length issue

* Fix bug of preparing fid

* Fix sample issues

* Add UI usage of PPG-vc
2022-03-03 23:38:12 +08:00
CrystalRays
0bc34a5bc9
Fix TypeError at line 459 in toolbox/ui.py when both PySide6(PyQt6) and PyQt5 installed (#255)
### Error Info Screenshot
![](https://cdn.jsdelivr.net/gh/CrystalRays/CDN@main/img/16389623959301638962395845.png)

### Error Reason
Matplotlib.backends.qt_compat.py decide the version of qt library according to sys.modules firstly, os.environ secondly and the sequence of PyQt6, PySide6, PyQt5, PySide 2 and etc finally. Import PyQt5 after matplotlib make that there is no PyQt5 in sys.modules so that it choose PyQt6 or PySide6 before PyQt5 if it installed.
因为Matplotlib.backends.qt_compat.py优先根据导入的库决定要使用的Python Qt的库,如果没有导入则根据环境变量PYQT_APT决定,再不济就按照PyQt6, PySide6, PyQt5, PySide 2的顺序导入已经安装的库。因为ui.py先导入matplotlib而不是PYQT5导致matplotlib在导入的库里找不到Qt的库,又没有指定环境变量,然后用户安装了Qt6的库的话就导入Qt6的库去了
2021-12-15 12:41:10 +08:00
babysor00
80aaf32164 Add max steps control in toolbox 2021-11-06 13:27:11 +08:00
babysor00
31bc6656c3 Fix bug of importing GST and add more parameters in toolbox 2021-10-21 00:40:00 +08:00
babysor00
d328ecba81 Reconstruct UI of toolbox 2021-10-20 00:27:13 +08:00
Vega
2a99f0ff05
Add gst (#137)
* Commit with working GST

* Make it backward compatible

* Add readme
2021-10-12 19:43:29 +08:00
weida wang
81befb91b0
Update ui.py (#136)
Add minimize and maximize button of window
2021-10-11 17:17:36 +08:00
hertz
3fbe03f2ff
Support train hifigan (#83)
* support train hifigan
2021-09-14 13:31:53 +08:00
babysor00
32b9755cbe Refactor folder structure 2021-09-12 17:33:39 +08:00
peijiyang
8195a55a25 add hifigan vocoder 2021-09-07 21:41:16 +08:00
babysor00
2f1f4f70b4 add support of aishell, magic data in toolbox 2021-08-29 16:31:40 +08:00
babysor00
3c86cd5bca 【bugfix】 fix bug causing non-sense output for long texts 修复多段文字发音错误 2021-08-22 23:44:25 +08:00
unknown
aa1c345629 Add Chinese character input support 2021-08-15 22:53:40 +08:00
babysor00
e46cd609a2 Init to support Chinese Dataset. 2021-08-07 11:56:00 +08:00