File size: 939 Bytes
ca80d1d
 
 
 
 
4cda925
 
 
 
 
 
ca80d1d
 
4cda925
f53089e
4cda925
 
ca80d1d
 
 
 
 
 
 
 
 
f53089e
 
ca80d1d
 
 
 
 
 
 
38a2473
ca80d1d
 
f53089e
ca80d1d
 
 
4cda925
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# 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