EurybiaMini / requirements.txt
ddriscoll's picture
Update requirements.txt
ff3240d verified
raw
history blame
558 Bytes
# Force a fresh install with no caching
--no-cache-dir
--force-reinstall
# Pin the EXACT version of huggingface-hub that still has "cached_download"
huggingface-hub==0.14.1
# diffusers 0.19.x requires "cached_download"
diffusers==0.19.3
# Transformers / Accelerate / Torch
transformers==4.31.0
accelerate==0.20.3
torch==2.0.1
# Real-ESRGAN and dependencies
realesrgan==0.3.0
basicsr==1.4.2
# Ultralytics (YOLO)
ultralytics==8.0.120
# Other libraries
numpy==1.23.5
opencv-python==4.8.0.74
Pillow==10.0.0
requests==2.31.0
wikipedia==1.4.0
gradio==3.40.0