Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +37 -37
requirements.txt
CHANGED
@@ -1,38 +1,38 @@
|
|
1 |
-
accelerate
|
2 |
-
addict
|
3 |
-
basicsr
|
4 |
-
bitsandbytes
|
5 |
-
clip
|
6 |
-
cmake
|
7 |
-
controlnet-aux
|
8 |
-
decord
|
9 |
-
deepspeed
|
10 |
-
diffusers
|
11 |
-
easydict
|
12 |
-
einops
|
13 |
-
ffmpy
|
14 |
-
ftfy
|
15 |
-
imageio
|
16 |
-
imageio-ffmpeg
|
17 |
-
moviepy
|
18 |
-
numpy
|
19 |
-
omegaconf
|
20 |
-
opencv-python
|
21 |
-
pandas
|
22 |
-
pillow
|
23 |
-
scikit-image
|
24 |
-
scipy
|
25 |
-
tensorboard
|
26 |
-
tensorboard-data-server
|
27 |
-
tensorboard-plugin-wit
|
28 |
-
termcolor
|
29 |
-
thinc
|
30 |
-
timm
|
31 |
-
tokenizers
|
32 |
-
torch
|
33 |
-
torchvision
|
34 |
-
tqdm
|
35 |
-
transformers
|
36 |
-
wandb
|
37 |
-
xformers
|
38 |
modelcards
|
|
|
1 |
+
accelerate
|
2 |
+
addict
|
3 |
+
basicsr
|
4 |
+
bitsandbytes
|
5 |
+
clip
|
6 |
+
cmake
|
7 |
+
controlnet-aux
|
8 |
+
decord
|
9 |
+
deepspeed
|
10 |
+
diffusers
|
11 |
+
easydict
|
12 |
+
einops
|
13 |
+
ffmpy
|
14 |
+
ftfy
|
15 |
+
imageio
|
16 |
+
imageio-ffmpeg
|
17 |
+
moviepy
|
18 |
+
numpy
|
19 |
+
omegaconf
|
20 |
+
opencv-python
|
21 |
+
pandas
|
22 |
+
pillow
|
23 |
+
scikit-image
|
24 |
+
scipy
|
25 |
+
tensorboard
|
26 |
+
tensorboard-data-server
|
27 |
+
tensorboard-plugin-wit
|
28 |
+
termcolor
|
29 |
+
thinc
|
30 |
+
timm
|
31 |
+
tokenizers
|
32 |
+
torch==1.13.1+cu116
|
33 |
+
torchvision==0.14.1+cu116
|
34 |
+
tqdm
|
35 |
+
transformers
|
36 |
+
wandb
|
37 |
+
xformers
|
38 |
modelcards
|