ddriscoll commited on
Commit
cb3969f
·
verified ·
1 Parent(s): ff3240d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -17
requirements.txt CHANGED
@@ -1,29 +1,25 @@
1
- # Force a fresh install with no caching
2
- --no-cache-dir
3
- --force-reinstall
4
-
5
- # Pin the EXACT version of huggingface-hub that still has "cached_download"
6
- huggingface-hub==0.14.1
7
 
8
- # diffusers 0.19.x requires "cached_download"
9
- diffusers==0.19.3
10
 
11
- # Transformers / Accelerate / Torch
12
  transformers==4.31.0
 
 
13
  accelerate==0.20.3
14
- torch==2.0.1
15
 
16
- # Real-ESRGAN and dependencies
17
  realesrgan==0.3.0
18
  basicsr==1.4.2
19
 
20
  # Ultralytics (YOLO)
21
  ultralytics==8.0.120
22
 
23
- # Other libraries
24
- numpy==1.23.5
25
- opencv-python==4.8.0.74
26
- Pillow==10.0.0
27
- requests==2.31.0
28
- wikipedia==1.4.0
29
  gradio==3.40.0
 
1
+ # Core Libraries
2
+ numpy==1.23.5
3
+ opencv-python==4.8.0.74
4
+ Pillow==10.0.0
5
+ requests==2.31.0
6
+ wikipedia==1.4.0
7
 
8
+ # PyTorch
9
+ torch==2.0.1
10
 
11
+ # Hugging Face Ecosystem
12
  transformers==4.31.0
13
+ huggingface-hub==0.14.1
14
+ diffusers==0.19.3
15
  accelerate==0.20.3
 
16
 
17
+ # Real-ESRGAN and Dependencies
18
  realesrgan==0.3.0
19
  basicsr==1.4.2
20
 
21
  # Ultralytics (YOLO)
22
  ultralytics==8.0.120
23
 
24
+ # Gradio
 
 
 
 
 
25
  gradio==3.40.0