ddriscoll commited on
Commit
905bd18
Β·
verified Β·
1 Parent(s): 1255425

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,20 +1,24 @@
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
9
  gradio==5.12.0
10
  huggingface-hub==0.26.2
11
  numpy==1.26.4
12
  opencv-python==4.8.1.78
13
  Pillow==10.3.0
14
- realesrgan==0.3.0 # Custom package for image upscaling
15
  requests==2.32.3
16
- torch==2.0.0
17
- torchvision==0.15.0
18
  transformers==4.44.2
19
  ultralytics==8.2.42
20
  wikipedia==1.4.0
 
 
 
 
 
 
 
 
 
 
1
  absl-py==2.1.0
 
2
  addict==2.4.0
3
  aiohttp==3.10.5
4
  aiofiles==23.2.1
5
  anyio==4.4.0
 
6
  diffusers==0.30.0
7
  gradio==5.12.0
8
  huggingface-hub==0.26.2
9
  numpy==1.26.4
10
  opencv-python==4.8.1.78
11
  Pillow==10.3.0
 
12
  requests==2.32.3
 
 
13
  transformers==4.44.2
14
  ultralytics==8.2.42
15
  wikipedia==1.4.0
16
+
17
+ ##
18
+
19
+ torch==2.0.0+cu117
20
+ torchvision==0.15.0
21
+ basicsr==1.4.2
22
+ realesrgan==0.3.0
23
+ accelerate==0.33.0
24
+