upscayl-web / requirements.txt
Example88's picture
Fix: pin torchvision to 0.14.1 for functional_tensor
cbe853c
raw
history blame contribute delete
226 Bytes
# Core ML dependencies
torch==2.1.2
torchvision==0.14.1
# torchvision>=0.13.1 includes functional_tensor module
torchaudio==2.1.2
# Gradio UI
gradio>=4.29
# Restoration & Upscaling
realesrgan
gfpgan
# Image handling
pillow