sheep52031 commited on
Commit
ac8c3a7
·
verified ·
1 Parent(s): ee1e599

🔧 修復語音克隆功能 - 使用真正的 BreezyVoice 推論邏輯

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -10
requirements.txt CHANGED
@@ -6,15 +6,34 @@ transformers>=4.40.0
6
  soundfile>=0.12.1
7
  numpy>=1.21.0
8
  librosa>=0.10.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  openai-whisper
10
- g2pw
11
- WeTextProcessing
12
  opencc-python-reimplemented
13
- hydra-core>=1.3.0
14
- HyperPyYAML>=1.2.0
15
- conformer>=0.3.0
16
- pytorch-lightning
17
- diffusers
18
- einops
19
- gdown
20
- wget
 
6
  soundfile>=0.12.1
7
  numpy>=1.21.0
8
  librosa>=0.10.0
9
+
10
+ # BreezyVoice 核心依賴
11
+ conformer==0.3.2
12
+ hydra-core==1.3.2
13
+ HyperPyYAML==1.2.2
14
+ hyperpyyaml
15
+ inflect==7.3.1
16
+ lightning==2.2.4
17
+ matplotlib>=3.7.0
18
+ networkx>=3.1
19
+ omegaconf==2.3.0
20
+ diffusers==0.32.0
21
+ gdown==5.1.0
22
+ wget==3.2
23
+ rich>=13.0.0
24
+ tensorboard>=2.14.0
25
+ pydantic>=2.7.0
26
+ pydantic-settings>=2.7.0
27
+ huggingface_hub
28
+
29
+ # 語言處理依賴
30
  openai-whisper
31
+ opencc
32
+ WeTextProcessing==1.0.3
33
  opencc-python-reimplemented
34
+ g2pw
35
+ pyarrow
36
+ datasets
37
+
38
+ # GPU 運行依賴
39
+ einops