Spaces:
Runtime error
Runtime error
ShaoTengLiu
commited on
Commit
·
1eeee01
1
Parent(s):
539eb68
debug
Browse files- requirements.txt +17 -10
requirements.txt
CHANGED
@@ -1,15 +1,22 @@
|
|
1 |
-
|
2 |
-
torchvision==0.13.1
|
3 |
-
diffusers[torch]==0.11.1
|
4 |
-
transformers>=4.25.1
|
5 |
bitsandbytes==0.35.4
|
6 |
decord==0.6.0
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
modelcards
|
10 |
-
omegaconf
|
11 |
-
einops
|
12 |
-
imageio
|
13 |
-
ftfy
|
14 |
opencv-python
|
15 |
ipywidgets
|
|
|
1 |
+
accelerate==0.15.0
|
|
|
|
|
|
|
2 |
bitsandbytes==0.35.4
|
3 |
decord==0.6.0
|
4 |
+
diffusers[torch]==0.11.1
|
5 |
+
einops==0.6.0
|
6 |
+
ftfy==6.1.1
|
7 |
+
gradio==3.16.2
|
8 |
+
huggingface-hub==0.12.0
|
9 |
+
imageio==2.25.0
|
10 |
+
imageio-ffmpeg==0.4.8
|
11 |
+
omegaconf==2.3.0
|
12 |
+
Pillow==9.4.0
|
13 |
+
python-slugify==7.0.0
|
14 |
+
tensorboard==2.11.2
|
15 |
+
torch==1.13.1
|
16 |
+
torchvision==0.14.1
|
17 |
+
transformers==4.26.0
|
18 |
+
triton==2.0.0.dev20221202
|
19 |
+
xformers==0.0.16
|
20 |
modelcards
|
|
|
|
|
|
|
|
|
21 |
opencv-python
|
22 |
ipywidgets
|