Mahiruoshi commited on
Commit
d74ceba
1 Parent(s): 9a9766a

Upload 159 files

Browse files
README.md CHANGED
@@ -1,10 +1,42 @@
1
- ---
2
- title: BangDream-ShojoKageki Bert VITS2
3
- emoji: 🐠
4
- colorFrom: purple
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 3.45.2
8
- app_file: app.py
9
- pinned: false
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div align="center">
2
+
3
+ <img alt="LOGO" src="https://cdn.jsdelivr.net/gh/fishaudio/fish-diffusion@main/images/logo_512x512.png" width="256" height="256" />
4
+
5
+ # Bert-VITS2
6
+
7
+ VITS2 Backbone with multilingual bert
8
+
9
+ For quick guide, please refer to `webui_preprocess.py`.
10
+
11
+ 简易教程请参见 `webui_preprocess.py`。
12
+
13
+ ## 请注意,本项目核心思路来源于[anyvoiceai/MassTTS](https://github.com/anyvoiceai/MassTTS) 一个非常好的tts项目
14
+ ## MassTTS的演示demo为[ai版峰哥锐评峰哥本人,并找回了在金三角失落的腰子](https://www.bilibili.com/video/BV1w24y1c7z9)
15
+
16
+ [//]: # (## 本项目与[PlayVoice/vits_chinese]&#40;https://github.com/PlayVoice/vits_chinese&#41; 没有任何关系)
17
+
18
+ [//]: # ()
19
+ [//]: # (本仓库来源于之前朋友分享了ai峰哥的视频,本人被其中的效果惊艳,在自己尝试MassTTS以后发现fs在音质方面与vits有一定差距,并且training的pipeline比vits更复杂,因此按照其思路将bert)
20
+
21
+ ## 成熟的旅行者/开拓者/舰长/博士/sensei/猎魔人/喵喵露/V应当参阅代码自己学习如何训练。
22
+
23
+ ### 严禁将此项目用于一切违反《中华人民共和国宪法》,《中华人民共和国刑法》,《中华人民共和国治安管理处罚法》和《中华人民共和国民法典》之用途。
24
+ ### 严禁用于任何政治相关用途。
25
+ #### Video:https://www.bilibili.com/video/BV1hp4y1K78E
26
+ #### Demo:https://www.bilibili.com/video/BV1TF411k78w
27
+ #### QQ Group:815818430
28
+ ## References
29
+ + [anyvoiceai/MassTTS](https://github.com/anyvoiceai/MassTTS)
30
+ + [jaywalnut310/vits](https://github.com/jaywalnut310/vits)
31
+ + [p0p4k/vits2_pytorch](https://github.com/p0p4k/vits2_pytorch)
32
+ + [svc-develop-team/so-vits-svc](https://github.com/svc-develop-team/so-vits-svc)
33
+ + [PaddlePaddle/PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech)
34
+ + [emotional-vits](https://github.com/innnky/emotional-vits)
35
+ + [Bert-VITS2-en](https://github.com/xwan07017/Bert-VITS2-en)
36
+ + [Bert-VITS2-UI](https://github.com/jiangyuxiaoxiao/Bert-VITS2-UI)
37
+ ## 感谢所有贡献者作出的努力
38
+ <a href="https://github.com/fishaudio/Bert-VITS2/graphs/contributors" target="_blank">
39
+ <img src="https://contrib.rocks/image?repo=fishaudio/Bert-VITS2"/>
40
+ </a>
41
+
42
+ [//]: # (# 本项目所有代码引用均已写明,bert部分代码思路来源于[AI峰哥]&#40;https://www.bilibili.com/video/BV1w24y1c7z9&#41;,与[vits_chinese]&#40;https://github.com/PlayVoice/vits_chinese&#41;无任何关系。欢迎各位查阅代码。同时,我们也对该开发者的[碰瓷,乃至开盒开发者的行为]&#40;https://www.bilibili.com/read/cv27101514/&#41;表示强烈谴责。)
text/__pycache__/cleaner.cpython-311.pyc CHANGED
Binary files a/text/__pycache__/cleaner.cpython-311.pyc and b/text/__pycache__/cleaner.cpython-311.pyc differ