Spaces:
Runtime error
Runtime error
HeliosZhao
commited on
Commit
•
6ca7ae2
1
Parent(s):
b99e19f
update requirements
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -4,17 +4,18 @@ decord==0.6.0
|
|
4 |
diffusers[torch]==0.15.0
|
5 |
einops==0.6.0
|
6 |
ftfy==6.1.1
|
7 |
-
gradio
|
8 |
huggingface-hub
|
9 |
imageio==2.25.0
|
10 |
imageio-ffmpeg==0.4.8
|
11 |
-
omegaconf
|
12 |
-
Pillow
|
13 |
-
python-slugify
|
14 |
-
tensorboard
|
15 |
# torch==1.13.1
|
16 |
# torchvision==0.14.1
|
17 |
transformers==4.27.4
|
18 |
-
triton
|
19 |
# xformers==0.0.17
|
20 |
ipdb
|
|
|
|
4 |
diffusers[torch]==0.15.0
|
5 |
einops==0.6.0
|
6 |
ftfy==6.1.1
|
7 |
+
gradio
|
8 |
huggingface-hub
|
9 |
imageio==2.25.0
|
10 |
imageio-ffmpeg==0.4.8
|
11 |
+
omegaconf
|
12 |
+
Pillow
|
13 |
+
python-slugify
|
14 |
+
tensorboard
|
15 |
# torch==1.13.1
|
16 |
# torchvision==0.14.1
|
17 |
transformers==4.27.4
|
18 |
+
triton
|
19 |
# xformers==0.0.17
|
20 |
ipdb
|
21 |
+
opencv-python
|