fix: 极简化依赖列表,移除编译密集型包(demucs/pyworld/fairseq)
Browse files- requirements.txt +2 -14
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# RVC AI 翻唱依赖 (Hugging Face Space)
|
| 2 |
|
| 3 |
# PyTorch
|
| 4 |
torch>=2.0.0
|
|
@@ -10,11 +10,9 @@ gradio==3.50.2
|
|
| 10 |
# 音频处理
|
| 11 |
librosa>=0.9.0
|
| 12 |
soundfile>=0.12.0
|
| 13 |
-
av>=10.0.0
|
| 14 |
scipy>=1.10.0
|
| 15 |
numpy>=1.23.0
|
| 16 |
praat-parselmouth>=0.4.3
|
| 17 |
-
pyworld>=0.3.4
|
| 18 |
torchcrepe>=0.0.20
|
| 19 |
|
| 20 |
# 向量检索
|
|
@@ -26,18 +24,8 @@ requests>=2.28.0
|
|
| 26 |
python-dotenv>=1.0.0
|
| 27 |
colorama>=0.4.6
|
| 28 |
|
| 29 |
-
#
|
| 30 |
-
hydra-core>=1.0.7,<1.1
|
| 31 |
-
omegaconf<2.1
|
| 32 |
-
bitarray
|
| 33 |
-
sacrebleu>=1.4.12
|
| 34 |
-
cython
|
| 35 |
-
regex
|
| 36 |
-
|
| 37 |
-
# AI 翻唱功能
|
| 38 |
-
demucs>=4.0.0
|
| 39 |
audio-separator
|
| 40 |
huggingface_hub>=0.19.0
|
| 41 |
pedalboard>=0.7.0
|
| 42 |
-
|
| 43 |
ffmpeg-python>=0.2.0
|
|
|
|
| 1 |
+
# RVC AI 翻唱依赖 (Hugging Face Space - 最小化)
|
| 2 |
|
| 3 |
# PyTorch
|
| 4 |
torch>=2.0.0
|
|
|
|
| 10 |
# 音频处理
|
| 11 |
librosa>=0.9.0
|
| 12 |
soundfile>=0.12.0
|
|
|
|
| 13 |
scipy>=1.10.0
|
| 14 |
numpy>=1.23.0
|
| 15 |
praat-parselmouth>=0.4.3
|
|
|
|
| 16 |
torchcrepe>=0.0.20
|
| 17 |
|
| 18 |
# 向量检索
|
|
|
|
| 24 |
python-dotenv>=1.0.0
|
| 25 |
colorama>=0.4.6
|
| 26 |
|
| 27 |
+
# AI 翻唱功能(核心)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
audio-separator
|
| 29 |
huggingface_hub>=0.19.0
|
| 30 |
pedalboard>=0.7.0
|
|
|
|
| 31 |
ffmpeg-python>=0.2.0
|