Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
#5
by
Harshit420
- opened
- requirements.txt +19 -23
requirements.txt
CHANGED
@@ -1,23 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
fvcore
|
21 |
-
cloudpickle
|
22 |
-
omegaconf
|
23 |
-
pycocotools
|
|
|
1 |
+
# requirements.txt
|
2 |
+
|
3 |
+
# Core dependencies with compatible versions
|
4 |
+
diffusers==0.21.4
|
5 |
+
transformers>=4.31.0
|
6 |
+
huggingface-hub==0.16.4 # This version still has cached_download
|
7 |
+
torch>=2.0.0
|
8 |
+
accelerate>=0.20.3
|
9 |
+
safetensors>=0.3.1
|
10 |
+
|
11 |
+
# Image processing
|
12 |
+
Pillow>=9.0.0
|
13 |
+
opencv-python>=4.7.0
|
14 |
+
|
15 |
+
# API and utilities
|
16 |
+
fastapi>=0.100.0
|
17 |
+
python-multipart>=0.0.6
|
18 |
+
uvicorn>=0.22.0
|
19 |
+
python-dotenv>=1.0.0
|
|
|
|
|
|
|
|