Update 更新された依存関係 with real Style-BERT-VITS2 model integration
Browse files- requirements.txt +8 -17
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# Style-BERT-VITS2
|
2 |
torch>=2.0.0
|
3 |
torchaudio>=2.0.0
|
4 |
transformers>=4.35.0
|
@@ -6,20 +6,11 @@ accelerate>=0.24.0
|
|
6 |
safetensors>=0.4.0
|
7 |
scipy>=1.10.0
|
8 |
numpy>=1.24.0
|
|
|
|
|
|
|
|
|
9 |
librosa>=0.10.0
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
fugashi>=1.3.0
|
14 |
-
ipadic>=1.0.0
|
15 |
-
jieba>=0.42.1
|
16 |
-
pypinyin>=0.48.0
|
17 |
-
g2p_en>=2.1.0
|
18 |
-
jamo>=0.4.1
|
19 |
-
protobuf>=3.20.0
|
20 |
-
omegaconf>=2.3.0
|
21 |
-
hydra-core>=1.3.0
|
22 |
-
matplotlib>=3.6.0
|
23 |
-
Pillow>=9.0.0
|
24 |
-
tensorboard>=2.12.0
|
25 |
-
gradio>=4.0.0
|
|
|
1 |
+
# Style-BERT-VITS2 Real Model Dependencies
|
2 |
torch>=2.0.0
|
3 |
torchaudio>=2.0.0
|
4 |
transformers>=4.35.0
|
|
|
6 |
safetensors>=0.4.0
|
7 |
scipy>=1.10.0
|
8 |
numpy>=1.24.0
|
9 |
+
huggingface_hub>=0.19.0
|
10 |
+
requests>=2.31.0
|
11 |
+
|
12 |
+
# Audio processing
|
13 |
librosa>=0.10.0
|
14 |
+
|
15 |
+
# Additional dependencies for improved synthesis
|
16 |
+
pydantic>=2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|