PhoenixStormJr commited on
Commit
badfbc4
·
verified ·
1 Parent(s): b5ed6f6

Upload requirements-win-for-realtime_vc_gui.txt with huggingface_hub

Browse files
requirements-win-for-realtime_vc_gui.txt ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #1.Install torch from pytorch.org:
2
+ #torch 2.0 with cuda 11.8
3
+ #pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
4
+ #torch 1.11.0 with cuda 11.3
5
+ #pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113
6
+ einops
7
+ fairseq
8
+ flask
9
+ flask_cors
10
+ gin
11
+ gin_config
12
+ librosa
13
+ local_attention
14
+ matplotlib
15
+ praat-parselmouth
16
+ pyworld
17
+ PyYAML
18
+ resampy
19
+ scikit_learn
20
+ scipy
21
+ SoundFile
22
+ tensorboard
23
+ tqdm
24
+ wave
25
+ PySimpleGUI
26
+ sounddevice
27
+ gradio
28
+ noisereduce
29
+ torchcrepe==0.0.20