DawnC commited on
Commit
f53089e
·
verified ·
1 Parent(s): 4cda925

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -12,7 +12,7 @@ safetensors>=0.4.0,<0.5.0
12
  # Diffusion Models and Transformers
13
  diffusers>=0.25.0,<0.32.0
14
 
15
- # Transformers
16
  transformers>=4.35.0,<4.47.0
17
 
18
  # Accelerate for model loading optimizations
@@ -24,7 +24,8 @@ opencv-contrib-python>=4.8.0,<4.11.0
24
  Pillow>=9.5.0,<11.0.0
25
  scipy>=1.10.0,<1.15.0
26
 
27
- # Background Removal
 
28
  rembg>=2.0.50,<2.1.0
29
 
30
  # Multi-modal Understanding (CLIP)
@@ -32,10 +33,10 @@ open_clip_torch>=2.20.0,<2.27.0
32
  sentence-transformers>=2.2.0,<3.1.0
33
 
34
  # Web Interface
35
- gradio>=4.0.0
36
 
37
  # Core Scientific Computing
38
- numpy>=1.24.0
39
 
40
  # System Utilities
41
  psutil>=5.9.0,<6.1.0
 
12
  # Diffusion Models and Transformers
13
  diffusers>=0.25.0,<0.32.0
14
 
15
+ # Transformers
16
  transformers>=4.35.0,<4.47.0
17
 
18
  # Accelerate for model loading optimizations
 
24
  Pillow>=9.5.0,<11.0.0
25
  scipy>=1.10.0,<1.15.0
26
 
27
+ # Background Removal and ONNX Runtime
28
+ onnxruntime>=1.15.0,<1.20.0
29
  rembg>=2.0.50,<2.1.0
30
 
31
  # Multi-modal Understanding (CLIP)
 
33
  sentence-transformers>=2.2.0,<3.1.0
34
 
35
  # Web Interface
36
+ gradio>=4.0.0,<5.0.0
37
 
38
  # Core Scientific Computing
39
+ numpy>=1.24.0,<2.0.0
40
 
41
  # System Utilities
42
  psutil>=5.9.0,<6.1.0