Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +20 -30
requirements.txt
CHANGED
@@ -1,31 +1,21 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
# PyTorch
|
9 |
-
torch==2.0.1
|
10 |
-
|
11 |
-
# Hugging Face Ecosystem
|
12 |
-
transformers==4.31.0
|
13 |
-
huggingface-hub==0.19.0
|
14 |
-
diffusers==0.20.0
|
15 |
-
accelerate==0.20.3
|
16 |
-
|
17 |
-
# Real-ESRGAN and Dependencies
|
18 |
-
realesrgan==0.3.0
|
19 |
basicsr==1.4.2
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
#
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
|
|
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
accelerate==0.33.0
|
3 |
+
addict==2.4.0
|
4 |
+
aiohttp==3.10.5
|
5 |
+
aiofiles==23.2.1
|
6 |
+
anyio==4.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
basicsr==1.4.2
|
8 |
+
diffusers==0.30.0.dev0
|
9 |
+
gradio==5.12.0
|
10 |
+
huggingface-hub==0.26.2
|
11 |
+
marigold-depth-pipeline # If provided on PyPI, otherwise note as external
|
12 |
+
numpy==1.26.4
|
13 |
+
opencv-python==4.8.1.78
|
14 |
+
Pillow==10.3.0
|
15 |
+
RealESRGAN==0.3.0 # Custom package for image upscaling
|
16 |
+
requests==2.32.3
|
17 |
+
torch==2.4.0
|
18 |
+
torchvision==0.19.0
|
19 |
+
transformers==4.44.2
|
20 |
+
ultralytics==8.2.42
|
21 |
+
wikipedia==1.4.0
|