VideoBackgroundReplacer / requirements.txt
MogensR's picture
Update requirements.txt
349e850
raw
history blame
486 Bytes
# Gradio and UI
gradio==4.44.1
# Core AI and ML
accelerate
torch
torchvision
torchaudio
transformers
huggingface_hub
# Image and Video Processing
numpy
opencv-python-headless
Pillow
moviepy==1.0.3
imageio-ffmpeg
# AI Models from GitHub
# Using git+https for direct installation from repositories
git+https://github.com/facebookresearch/segment-anything-2.git
git+https://github.com/pq-yang/MatAnyone.git
# Additional dependencies for models
einops
safetensors
timm
diskcache==5.6.3