Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +52 -21
requirements.txt
CHANGED
@@ -1,24 +1,55 @@
|
|
1 |
-
|
|
|
2 |
decord==0.6.0
|
3 |
-
diffusers==0.
|
4 |
-
|
5 |
-
imageio==2.
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
moviepy==1.0.3
|
10 |
-
natsort==8.3.1
|
11 |
-
nltk==3.8.1
|
12 |
-
numpy==1.23.5
|
13 |
-
omegaconf==2.3.0
|
14 |
-
openai==0.27.8
|
15 |
-
opencv_python==4.7.0.72
|
16 |
-
Pillow==9.4.0
|
17 |
-
pytorch_lightning==2.0.2
|
18 |
-
rotary_embedding_torch==0.2.3
|
19 |
-
soundfile==0.12.1
|
20 |
-
torch==2.0.0
|
21 |
-
torchvision==0.15.0
|
22 |
tqdm==4.65.0
|
23 |
transformers==4.28.1
|
24 |
-
xformers==0.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.19.0
|
2 |
+
av==10.0.0
|
3 |
decord==0.6.0
|
4 |
+
diffusers[torch]==0.16.0
|
5 |
+
ffmpeg==1.4
|
6 |
+
imageio==2.31.1
|
7 |
+
imageio-ffmpeg==0.4.9
|
8 |
+
pandas==2.0.1
|
9 |
+
timm==0.6.13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
tqdm==4.65.0
|
11 |
transformers==4.28.1
|
12 |
+
xformers==0.0.20
|
13 |
+
omegaconf==2.3.0
|
14 |
+
natsort==8.4.0
|
15 |
+
rotary_embedding_torch
|
16 |
+
gradio==4.3.0
|
17 |
+
|
18 |
+
black==23.7.0
|
19 |
+
chardet==5.1.0
|
20 |
+
clip @ git+https://github.com/openai/CLIP.git
|
21 |
+
einops>=0.6.1
|
22 |
+
fairscale>=0.4.13
|
23 |
+
fire>=0.5.0
|
24 |
+
fsspec>=2023.6.0
|
25 |
+
invisible-watermark>=0.2.0
|
26 |
+
kornia==0.6.9
|
27 |
+
matplotlib>=3.7.2
|
28 |
+
natsort>=8.4.0
|
29 |
+
ninja>=1.11.1
|
30 |
+
numpy>=1.24.4
|
31 |
+
open-clip-torch>=2.20.0
|
32 |
+
opencv-python==4.6.0.66
|
33 |
+
pillow>=9.5.0
|
34 |
+
pudb>=2022.1.3
|
35 |
+
pytorch-lightning==2.0.1
|
36 |
+
pyyaml>=6.0.1
|
37 |
+
scipy>=1.10.1
|
38 |
+
streamlit>=0.73.1
|
39 |
+
tensorboardx==2.6
|
40 |
+
tokenizers==0.12.1
|
41 |
+
torch>=2.0.1
|
42 |
+
torchaudio>=2.0.2
|
43 |
+
torchdata==0.6.1
|
44 |
+
torchmetrics>=1.0.1
|
45 |
+
torchvision>=0.15.2
|
46 |
+
triton==2.0.0
|
47 |
+
urllib3<1.27,>=1.25.4
|
48 |
+
wandb>=0.15.6
|
49 |
+
webdataset>=0.2.33
|
50 |
+
wheel>=0.41.0
|
51 |
+
fire
|
52 |
+
uuid
|
53 |
+
python-docx
|
54 |
+
tensorboardX
|
55 |
+
tensorboard
|