Commit Graph

167 Commits (712a53f5578f4adeb48dc2f568edeb2394ee0737)

Author SHA1 Message Date
babysor00 712a53f557 Add vits 2023-02-04 14:13:38 +08:00
babysor00 24cb262c3f remove used files 2023-02-01 20:16:06 +08:00
babysor00 e469bd06ae init 2023-02-01 19:59:15 +08:00
babysor00 74a3fc97d0 Refactor Project to 3 parts: Models, Control, Data
Need readme
2022-12-03 16:54:06 +08:00
李子 b402f9dbdf
修复web界面vc模式不能用问题。改拼写错误、给字符串前加f标 (#790) 2022-11-30 15:32:52 +08:00
wei-z 85a53c9e05
update aidatatang_200zh folders (#743)
Co-authored-by: wei-z-git <wei-z>
2022-10-15 11:45:51 +08:00
xxxxx 028b131570
Update streamlit_ui.py (#748) 2022-10-15 11:44:44 +08:00
Dong 2a1890f9e1
Update README-CN.md (#751)
修正文档复选框格式
2022-10-15 11:44:24 +08:00
wei-z c91bc3208e
添加 -d 指定数据集时错误提示 (#741)
* 添加 -d 指定数据集时错误提示

Warning: you do not have any of the recognized datasets in G:\AI\Dataset\aidatatang_200zh\aidatatang_200zh 
Please note use 'E:\datasets' as root path instead of 'E:\datasetsidatatang_200zh\corpus/test' as a example .
The recognized datasets are:

* Update ui.py

* Update ui.py
2022-09-14 21:37:54 +08:00
XCwosjw dd1ea3e714
更正错误的CPU型号 (#715)
11770k😂😂😂
2022-09-10 23:56:01 +08:00
Vega e7313c514f
Refactor (#705)
* Refactor model

* Add description for

* update launch json

* Fix #657

* Avoid recursive calls of web ui for M1
2022-08-12 23:13:57 +08:00
Xu Meng f57d1a69b6
Translate update README-CN.md (#698)
Fix: Traditional Chinese to Simplified Chinese
2022-08-06 23:51:34 +08:00
Vega ab7d692619
Refactor (#663)
* Refactor model

* Add description for

* update launch json

* Fix #657
2022-07-19 23:43:51 +08:00
Vega f17e3b04e1
Refactor (#650)
* Refactor model

* Add description for

* update launch json
2022-07-17 14:27:45 +08:00
Vega 6abdd0ebf0
Refactor (#649)
* Refactor model

* Refactor and fix bug to save plots
2022-07-17 09:58:17 +08:00
wenqingl 400a7207e3
Update README.md (#640) 2022-07-14 17:41:00 +08:00
babysor00 6f023e313d Add web gui of training and reconstruct taco model methods 2022-06-26 23:21:32 +08:00
babysor00 a39b6d3117 Remove breaking import for Macos 2022-06-26 11:56:50 +08:00
babysor00 885225045d 修复兼容性 - mac + linux 2022-06-25 20:17:06 +08:00
babysor00 ee643d7cbc Fix compatibility issue 2022-06-18 23:46:44 +08:00
flysmart 6a793cea84
Added missing files for Fre-GAN (#579)
* The new vocoder Fre-GAN is now supported

* Improved some fregan details

* Fixed the problem that the existing model could not be loaded to continue training when training GAN

* Updated reference papers

* GAN training now supports DistributedDataParallel (DDP)

* Added requirements.txt

* GAN training uses single card training by default

* Added note about GAN vocoder training with multiple GPUs

* Added missing files for Fre-GAN
2022-05-25 23:29:59 +08:00
Evers 7317ba5ffe
add gen_voice.py for handle by python command instead of demon_tool gui. (#560) 2022-05-22 16:28:58 +08:00
flysmart 05f886162c
GAN training now supports DistributedDataParallel (DDP) (#558)
* The new vocoder Fre-GAN is now supported

* Improved some fregan details

* Fixed the problem that the existing model could not be loaded to continue training when training GAN

* Updated reference papers

* GAN training now supports DistributedDataParallel (DDP)

* Added requirements.txt

* GAN training uses single card training by default

* Added note about GAN vocoder training with multiple GPUs
2022-05-22 16:24:50 +08:00
babysor00 e726c2eb12 Merge branch 'main' of https://github.com/babysor/Realtime-Voice-Clone-Chinese 2022-05-15 16:09:09 +08:00
babysor00 c00474525a Fix nits of file path 2022-05-15 16:08:58 +08:00
flysmart 350b190662
Solved the problem that the existing model could not be loaded when training the GAN model (#549)
* The new vocoder Fre-GAN is now supported

* Improved some fregan details

* Fixed the problem that the existing model could not be loaded to continue training when training GAN

* Updated reference papers
2022-05-13 13:41:03 +08:00
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
LZY a1f2e4a790
Update README-CN.md (#523) 2022-04-28 16:16:37 +08:00
Lix Zhou b136f80f43
Add an aliyunpan download link (#505)
Baidu Yun Pan is so fxxking slow
2022-04-26 21:20:39 +08:00
Moose W. Oler f082a82420
fix issue #496 (#498)
pass `wav`, `sampling_rate` (in encoder/audio.py line 59 ) as keyword args instead of postional args to prevent warning messages from massing up console outputs while adopting librosa 0.9.1 occasionally.
2022-04-11 17:26:52 +08:00
babysor00 7f0d983da7 Merge branch 'main' of https://github.com/babysor/Realtime-Voice-Clone-Chinese 2022-04-02 18:11:52 +08:00
babysor00 0353bfc6e6 New GUI in order to combine web and toolbox in future 2022-04-02 18:11:49 +08:00
Vega 9ec114a7c1
Create FUNDING.yml 2022-04-02 10:16:02 +08:00
1itt1eB0y ddf612e87c
Update README-CN.md (#470)
修正一个简单的翻译问题
2022-03-24 12:52:47 +08:00
babysor00 374cc89cfa Fix web generate with rnn bug 2022-03-19 12:16:55 +08:00
babysor00 6009da7072 Merge branch 'main' of https://github.com/babysor/Realtime-Voice-Clone-Chinese 2022-03-19 12:14:24 +08:00
babysor00 1c61a601d1 Remove dependency of pyworld for non-vc mode 2022-03-19 12:14:21 +08:00
Vega 02ee514aa3
Update issue templates 2022-03-12 19:28:03 +08:00
babysor00 6532d65153 Add default param for inferencing of vocoder 2022-03-12 19:14:01 +08:00
babysor00 3fe0690cc6 Update README-CN.md 2022-03-09 09:39:24 +08:00
babysor00 79f424d614 Add default path for hifi 2022-03-08 09:17:56 +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
babysor00 c36f02634a Add link and separate requirement file 2022-03-05 12:20:09 +08:00
Vega b05e7441ff
Fix nit in readme 2022-03-05 00:55:08 +08:00
Vega 693de98f4d
Add instruction image 2022-03-05 00:54:31 +08:00
Vega 252a5e11b3
Ppg vc init (#421)
* 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

* Add readme
2022-03-05 00:52:36 +08:00