Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +18 -26
requirements.txt
CHANGED
@@ -1,34 +1,26 @@
|
|
1 |
-
|
2 |
torch==2.0.1
|
3 |
torchvision==0.15.2
|
4 |
torchaudio==2.0.2
|
5 |
-
|
6 |
-
accelerate==0.26.1
|
7 |
-
diffusers==0.25.0
|
8 |
-
huggingface_hub<0.15.0 # Pin huggingface_hub below v0.15 for diffusers 0.25.0 compatibility
|
9 |
-
|
10 |
-
# Image/Video/Array Processing
|
11 |
numpy==1.24.4
|
12 |
-
Pillow==9.4.0 # PIL is an alias for Pillow installed this way
|
13 |
-
opencv-python==4.7.0.72
|
14 |
-
scikit-image==0.21.0
|
15 |
scipy==1.10.1
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
# Utilities & Frameworks
|
23 |
-
gradio # Added: required by app.py
|
24 |
matplotlib==3.7.4
|
25 |
tqdm==4.64.1
|
|
|
26 |
einops==0.7.0
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
|
|
|
|
|
1 |
+
transformers==4.36.2
|
2 |
torch==2.0.1
|
3 |
torchvision==0.15.2
|
4 |
torchaudio==2.0.2
|
5 |
+
detectron2 @ git+https://github.com/facebookresearch/detectron2.git
|
|
|
|
|
|
|
|
|
|
|
6 |
numpy==1.24.4
|
|
|
|
|
|
|
7 |
scipy==1.10.1
|
8 |
+
scikit-image==0.21.0
|
9 |
+
opencv-python==4.7.0.72
|
10 |
+
pillow==9.4.0
|
11 |
+
diffusers==0.25.0
|
12 |
+
accelerate==0.26.1
|
|
|
|
|
|
|
13 |
matplotlib==3.7.4
|
14 |
tqdm==4.64.1
|
15 |
+
config==0.5.1
|
16 |
einops==0.7.0
|
17 |
+
onnxruntime==1.16.2
|
18 |
+
onnx
|
19 |
+
basicsr
|
20 |
+
av
|
21 |
+
fvcore
|
22 |
+
cloudpickle
|
23 |
+
omegaconf
|
24 |
+
pycocotools
|
25 |
+
huggingface_hub==0.16.4
|
26 |
+
gradio==4.26.0
|