-
Notifications
You must be signed in to change notification settings - Fork 31
/
requirements.txt
68 lines (63 loc) · 1.24 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Core dependencies
pip>=23.3; sys_platform == 'darwin'
wheel; sys_platform == 'darwin'
PyYAML; sys_platform == 'darwin'
numpy==1.23.5
requests>=2.31.0,<2.32.0
tqdm
wget
pydantic==2.8.2
fastapi==0.112.0
starlette==0.37.2
# Audio processing
ffmpeg-python>=0.2.0
faiss-cpu==1.7.3
librosa==0.9.2
pyworld==0.3.4
scipy==1.11.1
soundfile==0.12.1
praat-parselmouth
noisereduce
versatile-audio-upscaler
pedalboard
stftpitchshift
# Machine learning and deep learning
omegaconf>=2.0.6; sys_platform == 'darwin'
numba; sys_platform == 'linux'
numba==0.57.0; sys_platform == 'darwin' or sys_platform == 'win32'
torch==2.3.1
torchaudio==2.3.1
torchvision==0.18.1
torchcrepe==0.0.23
torchfcpe
einops
libf0
transformers==4.44.2
# Visualization and UI
matplotlib==3.7.2
tensorboard
gradio==4.43.0
# Miscellaneous utilities
certifi>=2023.07.22; sys_platform == 'darwin'
antlr4-python3-runtime==4.8; sys_platform == 'darwin'
ffmpy==0.3.1
tensorboardX
edge-tts==6.1.9
pypresence
beautifulsoup4
flask
local-attention
# UVR
samplerate==0.1.0
six>=1.16
pydub>=0.25
onnx>=1.14
onnx2torch>=1.5
onnxruntime>=1.17; sys_platform != 'darwin'
onnxruntime-gpu>=1.17; sys_platform != 'darwin'
julius>=0.2
diffq>=0.2
ml_collections
resampy>=0.4
beartype==0.18.5
rotary-embedding-torch==0.6.1