Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +87 -16
requirements.txt
CHANGED
@@ -1,19 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
librosa
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
torchlibrosa
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# --extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
# torch==1.13.0
|
3 |
+
# torch-fidelity==0.3.0
|
4 |
+
# scipy
|
5 |
+
# torchaudio==0.13.0
|
6 |
+
# torchvision==0.14.0
|
7 |
+
# tqdm
|
8 |
+
# omegaconf
|
9 |
+
# einops
|
10 |
+
# numpy<=1.23.5
|
11 |
+
# soundfile
|
12 |
+
# librosa
|
13 |
+
# pandas
|
14 |
+
## transformers
|
15 |
+
# torchlibrosa
|
16 |
+
# transformers
|
17 |
+
# ftfy
|
18 |
+
# pytorch-lightning==1.5.9
|
19 |
+
## -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers
|
20 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
21 |
+
accelerate
|
22 |
+
addict==2.4.0
|
23 |
+
aiofiles
|
24 |
+
albumentations==1.3.0
|
25 |
+
appdirs==1.4.4
|
26 |
+
basicsr==1.4.2
|
27 |
+
beautifulsoup4==4.10.0
|
28 |
+
Cython==0.29.24
|
29 |
+
diffusers
|
30 |
+
einops==0.3.0
|
31 |
+
espnet
|
32 |
+
espnet_model_zoo
|
33 |
+
ffmpeg-python
|
34 |
+
g2p-en==2.1.0
|
35 |
+
google==3.0.0
|
36 |
+
gradio
|
37 |
+
h5py
|
38 |
+
imageio==2.9.0
|
39 |
+
imageio-ffmpeg==0.4.2
|
40 |
+
invisible-watermark>=0.1.5
|
41 |
+
jieba
|
42 |
+
kornia==0.6
|
43 |
+
langchain==0.0.101
|
44 |
librosa
|
45 |
+
loguru
|
46 |
+
miditoolkit==0.1.7
|
47 |
+
mmcv==1.5.0
|
48 |
+
mmdet==2.23.0
|
49 |
+
mmengine==0.7.2
|
50 |
+
moviepy==1.0.3
|
51 |
+
numpy==1.23.1
|
52 |
+
omegaconf==2.1.1
|
53 |
+
open_clip_torch==2.0.2
|
54 |
+
openai
|
55 |
+
openai-whisper
|
56 |
+
opencv-contrib-python==4.3.0.36
|
57 |
+
praat-parselmouth==0.3.3
|
58 |
+
prettytable==3.6.0
|
59 |
+
proglog==0.1.9
|
60 |
+
pycwt==0.3.0a22
|
61 |
+
pyloudnorm==0.1.0
|
62 |
+
pypinyin==0.43.0
|
63 |
+
pytorch-lightning==1.5.0
|
64 |
+
pytorch-ssim==0.1
|
65 |
+
pyworld==0.3.0
|
66 |
+
resampy==0.2.2
|
67 |
+
Resemblyzer==0.1.1.dev0
|
68 |
+
safetensors==0.2.7
|
69 |
+
sklearn==0.0
|
70 |
+
soundfile
|
71 |
+
soupsieve==2.3
|
72 |
+
streamlit==1.12.1
|
73 |
+
streamlit-drawable-canvas==0.8.0
|
74 |
+
tensorboardX==2.4
|
75 |
+
test-tube>=0.7.5
|
76 |
+
TextGrid==1.5
|
77 |
+
timm==0.6.12
|
78 |
+
torch==1.12.1
|
79 |
+
torchaudio==0.12.1
|
80 |
+
torch-fidelity==0.3.0
|
81 |
torchlibrosa
|
82 |
+
torchmetrics==0.6.0
|
83 |
+
torchvision==0.13.1
|
84 |
+
transformers==4.26.1
|
85 |
+
typing-extensions==4.0.0
|
86 |
+
uuid==1.30
|
87 |
+
webdataset==0.2.5
|
88 |
+
webrtcvad==2.0.10
|
89 |
+
yapf==0.32.0
|
90 |
+
git+https://github.com/openai/CLIP.git
|