File size: 261 Bytes
bd9b0e9
d69ad9e
 
bd9b0e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Install PyTorch separately first (see instructions below)
torch
torchvision

# Core deps
numpy>=1.24,<2.2
opencv-python>=4.8
Pillow>=10.0

# Real-ESRGAN stack
realesrgan>=0.3.0
basicsr>=1.4.2
facexlib>=0.3.0
gfpgan>=1.3.8

# UI + misc
tqdm>=4.66
gradio>=4.44