mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-10 10:09:51 +08:00
add fix
This commit is contained in:
parent
bba3457ce8
commit
f3d03ecb8f
123
requirements.txt
123
requirements.txt
@ -1,53 +1,78 @@
|
|||||||
numpy==1.23.4
|
# Fixed requirements.txt - Resolved all dependency conflicts
|
||||||
scipy==1.13.1
|
# Core scientific computing - FIXED VERSIONS
|
||||||
tensorboard==2.19.0
|
numpy==1.23.5
|
||||||
librosa==0.9.2
|
scipy==1.10.1
|
||||||
numba==0.56.4
|
numba==0.58.1
|
||||||
pytorch-lightning==2.5.1
|
|
||||||
ffmpeg-python==0.2.0
|
# TensorFlow ecosystem - COMPATIBLE VERSIONS
|
||||||
onnxruntime==1.19.2 #(for macOS)
|
tensorflow==2.15.0
|
||||||
onnxruntime-gpu==1.19.2 #(for non-macOS)
|
tensorboard==2.15.2
|
||||||
tqdm==4.67.1
|
tensorflow-io-gcs-filesystem==0.31.0
|
||||||
funasr==1.0.27
|
|
||||||
cn2an==0.5.23
|
# PyTorch ecosystem
|
||||||
pypinyin==0.53.0
|
torch==2.1.0
|
||||||
pyopenjtalk==0.4.0
|
torchaudio==2.1.0
|
||||||
g2p-en==2.1.0
|
pytorch-lightning==2.1.3
|
||||||
torchaudio==2.6.0
|
torchmetrics==1.2.0
|
||||||
modelscope==1.10.0
|
|
||||||
sentencepiece==0.2.0
|
# Computer vision
|
||||||
transformers==4.50.0
|
opencv-python==4.8.1.78
|
||||||
peft==0.15.0
|
pillow==10.1.0
|
||||||
chardet==5.2.0
|
|
||||||
PyYAML==6.0.2
|
# Audio processing
|
||||||
psutil==7.0.0
|
librosa==0.10.1
|
||||||
jieba_fast==0.53
|
ffmpeg-python==0.2.0
|
||||||
jieba==0.42.1
|
|
||||||
split-lang==2.1.0
|
# ONNX runtime (choose one based on your system)
|
||||||
fast-langdetect==0.3.1
|
onnxruntime==1.16.3
|
||||||
faster-whisper==1.1.1
|
# onnxruntime-gpu==1.16.3 # Uncomment for GPU, comment out onnxruntime above
|
||||||
wordsegment==1.3.1
|
|
||||||
rotary-embedding-torch==0.8.6
|
# NLP and transformers
|
||||||
ToJyutping==3.2.0
|
transformers==4.35.2
|
||||||
g2pk2==0.0.3
|
sentencepiece==0.1.99
|
||||||
ko-pron==1.3
|
peft==0.6.2
|
||||||
opencc==1.1.1 #(for Linux)
|
|
||||||
python-mecab-ko==1.3.7 #(not for Windows)
|
# Chinese/Asian language processing
|
||||||
fastapi==0.112.1 # (since <0.112.2)
|
funasr==1.0.25
|
||||||
x-transformers==2.1.37
|
cn2an==0.5.22
|
||||||
torchmetrics==1.5.0
|
pypinyin==0.50.0
|
||||||
attrdict==2.0.1
|
pyopenjtalk==0.3.2
|
||||||
activations==0.1.0
|
g2p-en==2.1.0
|
||||||
|
ToJyutping==0.2.2
|
||||||
|
g2pk2==0.0.3
|
||||||
|
ko-pron==1.3
|
||||||
|
opencc==1.1.6
|
||||||
|
python-mecab-ko==1.3.5
|
||||||
|
jieba_fast==0.53
|
||||||
|
jieba==0.42.1
|
||||||
|
|
||||||
|
# Web framework
|
||||||
|
fastapi==0.104.1
|
||||||
uvicorn[standard]==0.24.0
|
uvicorn[standard]==0.24.0
|
||||||
websockets==12.0
|
websockets==12.0
|
||||||
python-multipart==0.0.6
|
python-multipart==0.0.6
|
||||||
opencv-python==4.8.1.78
|
|
||||||
pillow==10.1.0
|
# Additional ML/AI tools
|
||||||
numpy<2.0
|
modelscope==1.9.5
|
||||||
torch>=2.1.0
|
x-transformers==1.27.19
|
||||||
transformers>=4.35.0
|
rotary-embedding-torch==0.5.3
|
||||||
deepface>=0.0.79
|
|
||||||
tensorflow>=2.15.0
|
# Utilities
|
||||||
|
tqdm==4.66.1
|
||||||
|
chardet==5.2.0
|
||||||
|
PyYAML==6.0.1
|
||||||
|
psutil==5.9.6
|
||||||
|
split-lang==2.1.0
|
||||||
|
fast-langdetect==0.3.1
|
||||||
|
faster-whisper==0.10.1
|
||||||
|
wordsegment==1.3.1
|
||||||
|
attrdict==2.0.1
|
||||||
|
activations==0.1.0
|
||||||
|
aiofiles==23.2.1
|
||||||
|
|
||||||
|
# Face detection (your addition)
|
||||||
|
deepface==0.0.79
|
||||||
|
|
||||||
|
# Security
|
||||||
python-jose[cryptography]==3.3.0
|
python-jose[cryptography]==3.3.0
|
||||||
passlib[bcrypt]==1.7.4
|
passlib[bcrypt]==1.7.4
|
||||||
aiofiles==23.2.1
|
|
Loading…
x
Reference in New Issue
Block a user