Working with GUI, auto loopback creation, soprano streaming
This commit is contained in:
86
requirements.txt
Normal file
86
requirements.txt
Normal file
@@ -0,0 +1,86 @@
|
||||
# ==========================================================
|
||||
# Unified Soprano + RVC environment
|
||||
# Python == 3.10.19
|
||||
# ROCm == 6.2
|
||||
# ==========================================================
|
||||
|
||||
# ----------------------
|
||||
# Core ML / GPU stack
|
||||
# ----------------------
|
||||
torch==2.5.1+rocm6.2
|
||||
torchaudio==2.5.1+rocm6.2
|
||||
torchvision==0.20.1+rocm6.2
|
||||
pytorch-triton-rocm==3.1.0
|
||||
|
||||
# ----------------------
|
||||
# Numerical stack (RVC-safe)
|
||||
# ----------------------
|
||||
numpy==1.23.5
|
||||
scipy==1.15.3
|
||||
scikit-learn==1.7.2
|
||||
|
||||
# ----------------------
|
||||
# Audio processing
|
||||
# ----------------------
|
||||
sounddevice==0.5.3
|
||||
soundfile==0.13.1
|
||||
pydub==0.25.1
|
||||
librosa==0.10.2
|
||||
soxr==1.0.0
|
||||
resampy==0.4.3
|
||||
praat-parselmouth==0.4.7
|
||||
pyworld==0.3.2
|
||||
av==16.1.0
|
||||
|
||||
# ----------------------
|
||||
# RVC core
|
||||
# ----------------------
|
||||
fairseq==0.12.2
|
||||
faiss-cpu==1.7.3
|
||||
numba==0.56.4
|
||||
llvmlite==0.39.0
|
||||
torchcrepe==0.0.23
|
||||
torchfcpe==0.0.4
|
||||
einops==0.8.1
|
||||
local-attention==1.11.2
|
||||
omegaconf==2.0.6
|
||||
hydra-core==1.0.7
|
||||
|
||||
# ----------------------
|
||||
# Soprano TTS
|
||||
# ----------------------
|
||||
transformers==4.57.3
|
||||
accelerate==1.12.0
|
||||
tokenizers==0.22.2
|
||||
safetensors==0.7.0
|
||||
huggingface-hub==0.36.0
|
||||
inflect==7.5.0
|
||||
Unidecode==1.4.0
|
||||
|
||||
# ----------------------
|
||||
# Web / UI
|
||||
# ----------------------
|
||||
fastapi==0.88.0
|
||||
starlette==0.22.0
|
||||
uvicorn==0.40.0
|
||||
gradio==3.48.0
|
||||
gradio_client==0.6.1
|
||||
python-multipart==0.0.21
|
||||
orjson==3.11.5
|
||||
|
||||
# ----------------------
|
||||
# Utilities
|
||||
# ----------------------
|
||||
tqdm==4.67.1
|
||||
rich==14.2.0
|
||||
psutil==7.2.1
|
||||
requests==2.32.5
|
||||
regex==2025.11.3
|
||||
filelock==3.20.0
|
||||
packaging==25.0
|
||||
PyYAML==6.0.3
|
||||
|
||||
# ----------------------
|
||||
# Editable installs (local)
|
||||
# ----------------------
|
||||
-e git+https://github.com/ekwek1/soprano.git@5c759351f9e115aa364d5f4453ddaa7ee0d6f15e#egg=soprano_tts
|
||||
Reference in New Issue
Block a user