D-Blue
b56ec5ee1b
Fix a UserWarning ( #273 )
...
Fix a UserWarning in synthesizer/synthesizer_dataset.py, because of converting list of numpy array to torch tensor at Ln.85.
3 years ago
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的库去了
3 years ago
Wings Music
875fe15069
Update readme for training encoder ( #250 )
3 years ago
zzxiang
4728863f9d
Fix inference on cpu device ( #241 )
3 years ago
hertz
a4daf42868
1k steps to save tmp hifigan model ( #240 )
3 years ago
harian
b50c7984ab
tacotron.py-Multi GPU with DataParallel ( #231 )
3 years ago
babysor00
26fe4a047d
Differentiate GST token
3 years ago
babysor00
aff1b5313b
Order of declared pytorch module matters
3 years ago
babysor
7dca74e032
Change default to use speaker embed for reference
3 years ago
babysor00
a37b26a89c
模型兼容问题加强 Compatibility Enhance of Pretrained Models and code base #209
3 years ago
babysor00
902e1eb537
Merge branch 'main' of https://github.com/babysor/Realtime-Voice-Clone-Chinese
3 years ago
babysor00
5c0e53a29a
Fix #205
3 years ago
DragonDreamer
4edebdfeba
修复synthesizer/models/tacotron.Encoder注释错误 ( #203 )
...
fix Issue#202
3 years ago
babysor00
6c8f3f4515
Allow to select vocoder in web
3 years ago
babysor00
2bd323b7df
Update readme
3 years ago
babysor00
3674d8b5c6
Use speaker embedding anyway even with default style
3 years ago
babysor00
80aaf32164
Add max steps control in toolbox
3 years ago
babysor00
c396792b22
Upload new models
3 years ago
babysor00
7c58fe01d1
Concat GST output instead of adding directly with original output
3 years ago
Vega
724194a4de
Add code to control finetune layers ( #154 )
3 years ago
babysor00
31bc6656c3
Fix bug of importing GST and add more parameters in toolbox
3 years ago
洛竹
aa35fb3139
docs: this repo -> 本代码库 ( #157 )
...
Co-authored-by: 洛竹 <youngjuning@aliyun.com>
3 years ago
babysor00
727eafc51b
Merge branch 'main' of https://github.com/babysor/Realtime-Voice-Clone-Chinese
3 years ago
babysor00
d328ecba81
Reconstruct UI of toolbox
3 years ago
Vega
fad574118c
Update README-CN.md
3 years ago
babysor00
b0c156a537
Add new dataset support to preprocess parameter
3 years ago
Vega
724809abf4
Update README.md
3 years ago
Vega
05cd1a54ea
Add new pretrain model with gst
3 years ago
李子
245099c740
支持data_aishell(SLR33)数据集 ( #141 )
...
* 支持data_aishell(SLR33)数据集
* 更新readme
3 years ago
babysor00
6dd2af49fe
Merge branch 'main' of https://github.com/babysor/Realtime-Voice-Clone-Chinese
3 years ago
babysor00
8b43ec9a64
Fix bug pre-processing magicdata
3 years ago
Vega
2a99f0ff05
Add gst ( #137 )
...
* Commit with working GST
* Make it backward compatible
* Add readme
3 years ago
babysor00
a824b54122
补充预处理文档
3 years ago
weida wang
81befb91b0
Update ui.py ( #136 )
...
Add minimize and maximize button of window
3 years ago
babysor00
e2017d0314
Merge branch 'main' of https://github.com/babysor/Realtime-Voice-Clone-Chinese into main
3 years ago
babysor00
547ac816df
Update demo and training param
...
A
3 years ago
Ji Zhang
6b4ab39601
add alternative download source for dataset (google drive) ( #112 )
3 years ago
babysor00
b46e7a7866
New web with selecting wav files
3 years ago
babysor00
8a384a1191
Merge branch 'main' of https://github.com/babysor/Realtime-Voice-Clone-Chinese into main
3 years ago
Nemo
11154783d8
web tool box update UI ( #111 )
...
* web tool box update UI
* update img
3 years ago
AkifSaeed20
d52db0444e
Update launch.json ( #109 )
3 years ago
babysor00
790d11a58b
Allow to train encoder
3 years ago
babysor00
cb82fcfe58
Add Zhihu link (chinese Quora) to readme
3 years ago
babysor00
26ecb7546d
Merge branch 'main' of https://github.com/babysor/Realtime-Voice-Clone-Chinese into main
3 years ago
babysor00
f64914fca8
add new model
3 years ago
Jenkey2011
512da52775
Update README-CN.md ( #102 )
3 years ago
babysor00
9c219f05c2
Add file structure in readme
3 years ago
babysor00
4d9e460063
Change synthesizer read to restful style
3 years ago
Vega
0d0b55d3e9
Web server release v2 ( #99 )
...
* Init App
* init server.py (#93 )
* init server.py
* Update requirements.txt
Add requirement
Co-authored-by: auau <auau@test.com>
Co-authored-by: babysor00 <babysor00@gmail.com>
* Run web.py!
Run web.py!
* Restruct readme and add instruction to use web server
* fix training preprocess of vocoder
* Init App
* init server.py (#93 )
* init server.py
* Update requirements.txt
Add requirement
Co-authored-by: auau <auau@test.com>
Co-authored-by: babysor00 <babysor00@gmail.com>
* Run web.py!
Run web.py!
* fix training preprocess of vocoder
* Refactor to restful style
Co-authored-by: balala <Ozgay@users.noreply.github.com>
Co-authored-by: auau <auau@test.com>
3 years ago
hertz
4acfee2a64
Support tensorboard to trace the training of Synthesizer ( #98 )
...
* add tensorborad tracing
* add log_every params
3 years ago