Spaces:
Runtime error
Runtime error
bilegentile
commited on
Commit
•
9292c6d
1
Parent(s):
564df58
Update requirements.txt
Browse files- requirements.txt +12 -26
requirements.txt
CHANGED
@@ -1,32 +1,18 @@
|
|
1 |
-
accelerate==0.
|
2 |
-
diffusers==0.
|
3 |
-
transformers==4.
|
4 |
PyQt5
|
5 |
Pillow==9.4.0
|
6 |
-
openvino==
|
7 |
-
optimum==1.
|
8 |
-
|
9 |
-
|
10 |
-
onnxruntime==1.16.1
|
11 |
pydantic==2.4.2
|
12 |
typing-extensions==4.8.0
|
13 |
pyyaml==6.0.1
|
14 |
-
gradio==
|
15 |
-
peft==0.6.1
|
16 |
-
opencv-python==4.8.1.7
|
17 |
-
accelerate
|
18 |
-
accelerate==0.23.0
|
19 |
-
diffusers==0.23.0
|
20 |
-
transformers==4.35.0
|
21 |
-
PyQt5
|
22 |
-
Pillow==9.4.0
|
23 |
-
openvino==2023.2.0
|
24 |
-
optimum==1.14.0
|
25 |
-
optimum-intel==1.12.1
|
26 |
-
onnx==1.15.0
|
27 |
-
onnxruntime==1.16.1
|
28 |
-
pydantic==2.4.2
|
29 |
-
typing-extensions==4.8.0
|
30 |
-
pyyaml==6.0.1
|
31 |
-
gradio==3.39.0
|
32 |
peft==0.6.1
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.29.3
|
2 |
+
diffusers==0.27.2
|
3 |
+
transformers==4.39.3
|
4 |
PyQt5
|
5 |
Pillow==9.4.0
|
6 |
+
openvino==2024.0.0
|
7 |
+
optimum-intel==1.16.0
|
8 |
+
onnx==1.16.0
|
9 |
+
onnxruntime==1.17.3
|
|
|
10 |
pydantic==2.4.2
|
11 |
typing-extensions==4.8.0
|
12 |
pyyaml==6.0.1
|
13 |
+
gradio==4.21.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
peft==0.6.1
|
15 |
+
opencv-python==4.8.1.78
|
16 |
+
omegaconf==2.3.0
|
17 |
+
controlnet-aux==0.0.7
|
18 |
+
mediapipe==0.10.9
|