SceneWeaver / requirements.txt
DawnC's picture
Update requirements.txt
38a2473 verified
raw
history blame contribute delete
939 Bytes
# Core Deep Learning Framework
torch>=2.0.0,<2.5.0
torchvision>=0.15.0,<0.20.0
torchaudio>=2.0.0,<2.5.0
# Hugging Face Integration (CRITICAL - Must be compatible)
huggingface_hub>=0.23.2,<1.0
# Safetensors for efficient model loading
safetensors>=0.4.0,<0.5.0
# Diffusion Models and Transformers
diffusers>=0.25.0,<0.32.0
# Transformers
transformers>=4.35.0,<4.47.0
# Accelerate for model loading optimizations
accelerate>=0.24.0,<0.35.0
# Computer Vision and Image Processing
opencv-python>=4.8.0,<4.11.0
opencv-contrib-python>=4.8.0,<4.11.0
Pillow>=9.5.0,<11.0.0
scipy>=1.10.0,<1.15.0
# Background Removal and ONNX Runtime
onnxruntime>=1.15.0,<1.20.0
rembg>=2.0.50,<2.1.0
# Multi-modal Understanding (CLIP)
open_clip_torch>=2.20.0,<2.27.0
sentence-transformers>=2.2.0,<3.1.0
# Web Interface
gradio>=4.44.0,<5.0.0
# Core Scientific Computing
numpy>=1.24.0,<2.0.0
# System Utilities
psutil>=5.9.0,<6.1.0
requests>=2.28.0,<2.33.0