Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +36 -36
requirements.txt
CHANGED
@@ -1,40 +1,40 @@
|
|
1 |
-
accelerate
|
2 |
-
addict
|
3 |
-
basicsr
|
4 |
-
bitsandbytes
|
5 |
-
clip
|
6 |
-
cmake
|
7 |
-
controlnet-aux
|
8 |
-
decord
|
9 |
-
deepspeed
|
10 |
diffusers==0.14.0
|
11 |
-
easydict
|
12 |
-
einops
|
13 |
-
ffmpy
|
14 |
-
ftfy
|
15 |
-
imageio
|
16 |
-
imageio-ffmpeg
|
17 |
mediapipe
|
18 |
-
moviepy
|
19 |
-
numpy
|
20 |
-
omegaconf
|
21 |
-
opencv-python
|
22 |
-
pandas
|
23 |
-
pillow
|
24 |
positional-encodings[pytorch]
|
25 |
-
scikit-image
|
26 |
-
scipy
|
27 |
-
tensorboard
|
28 |
-
tensorboard-data-server
|
29 |
-
tensorboard-plugin-wit
|
30 |
-
termcolor
|
31 |
-
thinc
|
32 |
-
timm
|
33 |
-
tokenizers
|
34 |
-
torch
|
35 |
-
torchvision
|
36 |
-
tqdm
|
37 |
transformers==4.26.1
|
38 |
-
wandb
|
39 |
-
xformers
|
40 |
-
modelcards
|
|
|
1 |
+
accelerate==0.17.1
|
2 |
+
addict==2.4.0
|
3 |
+
basicsr==1.4.2
|
4 |
+
bitsandbytes==0.35.4
|
5 |
+
clip==1.0
|
6 |
+
cmake==3.25.2
|
7 |
+
controlnet-aux==0.0.4
|
8 |
+
decord==0.6.0
|
9 |
+
deepspeed==0.8.0
|
10 |
diffusers==0.14.0
|
11 |
+
easydict==1.10
|
12 |
+
einops==0.6.0
|
13 |
+
ffmpy==0.3.0
|
14 |
+
ftfy==6.1.1
|
15 |
+
imageio==2.25.1
|
16 |
+
imageio-ffmpeg==0.4.8
|
17 |
mediapipe
|
18 |
+
moviepy==1.0.3
|
19 |
+
numpy==1.24.2
|
20 |
+
omegaconf==2.3.0
|
21 |
+
opencv-python==4.7.0.68
|
22 |
+
pandas==1.5.3
|
23 |
+
pillow==9.4.0
|
24 |
positional-encodings[pytorch]
|
25 |
+
scikit-image==0.19.3
|
26 |
+
scipy==1.10.1
|
27 |
+
tensorboard==2.12.0
|
28 |
+
tensorboard-data-server==0.7.0
|
29 |
+
tensorboard-plugin-wit==1.8.1
|
30 |
+
termcolor==2.2.0
|
31 |
+
thinc==8.1.10
|
32 |
+
timm==0.6.12
|
33 |
+
tokenizers==0.13.2
|
34 |
+
torch==1.13.1+cu116
|
35 |
+
torchvision==0.14.1+cu116
|
36 |
+
tqdm==4.64.1
|
37 |
transformers==4.26.1
|
38 |
+
wandb==0.13.10
|
39 |
+
xformers==0.0.16
|
40 |
+
modelcards
|