Swapper / requirements.txt
devkunalnaik's picture
Enhance: CodeFormer ONNX + ESPCN SR + u2net_human_seg + CRF18 unsharp video
4a9cb39
Raw
History Blame Contribute Delete
586 Bytes
# Core UI
gradio==5.25.0
# Deep Learning
torch>=2.1.0
torchvision>=0.16.0
# Face Swap
insightface>=0.7.3
onnxruntime>=1.16.0
# Face Enhancement (optional - installed separately if GPU available)
# gfpgan, facexlib, realesrgan, basicsr excluded: incompatible with Python 3.13
# Body Segmentation
rembg>=2.0.50
# Pose Estimation — removed (mediapipe 0.10.14+ drops solutions API on Py3.13)
# Image / Video Processing
opencv-contrib-python-headless>=4.8.0
Pillow>=10.0.0
numpy>=1.24.0
scikit-image>=0.21.0
ffmpeg-python>=0.2.0
# Utilities
requests>=2.31.0
huggingface-hub>=0.19.0