ShiromiyaGamer commited on
Commit
605f8dd
1 Parent(s): d1bac8d

Upload requirements_rvc_cli.txt

Browse files
Files changed (1) hide show
  1. requirements_rvc_cli.txt +61 -0
requirements_rvc_cli.txt ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # General dependencies
2
+ beautifulsoup4
3
+ ffmpeg-python>=0.2.0
4
+ numpy==1.23.5
5
+ requests==2.31.0
6
+ tqdm
7
+ wget
8
+ six>=1.16
9
+ samplerate==0.1.0
10
+ pyyaml
11
+ ml_collections
12
+
13
+ # Audio processing
14
+ faiss-cpu==1.7.3
15
+ librosa==0.9.2
16
+ pydub==0.25.1
17
+ pyworld==0.3.4
18
+ praat-parselmouth==0.4.2
19
+ resampy==0.4.2
20
+ scipy==1.11.1
21
+ sounddevice==0.4.6
22
+ soundfile==0.12.1
23
+ torchaudio==2.1.1
24
+ praat-parselmouth
25
+ noisereduce
26
+ audio_upscaler==0.1.4
27
+
28
+ # Machine learning
29
+ git+https://github.com/IAHispano/fairseq; sys_platform == 'linux'
30
+ fairseq==0.12.2; sys_platform == 'win32'
31
+ numba; sys_platform == 'linux'
32
+ numba==0.56.4; sys_platform == 'win32'
33
+ onnxruntime
34
+ onnxruntime_gpu==1.15.1
35
+ onnx2torch>=1.5
36
+ torch==2.1.1
37
+ torchcrepe==0.0.22
38
+ torchgen>=0.0.1
39
+ torch_directml
40
+ torchvision==0.16.1
41
+ einops
42
+ local-attention
43
+ onnx>=1.14
44
+ onnxruntime
45
+ onnxruntime_gpu==1.15.1
46
+
47
+ # Visualization
48
+ matplotlib==3.7.2
49
+ tensorboard
50
+
51
+ # Miscellaneous
52
+ ffmpy==0.3.1
53
+ tensorboardX
54
+ edge-tts==6.1.9
55
+ julius>=0.2
56
+ diffq>=0.2
57
+
58
+ # API
59
+ pydantic
60
+ fastapi
61
+ uvicorn