MogensR commited on
Commit
55f0837
·
verified ·
1 Parent(s): e0caaf8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -2
requirements.txt CHANGED
@@ -1,56 +1,83 @@
 
1
  # PyTorch ecosystem (CUDA 12.1) - Must be first to avoid conflicts
 
2
  --extra-index-url https://download.pytorch.org/whl/cu121
3
  torch==2.3.1
4
  torchvision==0.18.1
5
 
 
6
  # Core scientific computing - Foundation packages
 
7
  numpy==1.24.3
8
  scipy==1.11.1
9
  scikit-learn>=1.0.0
10
  py-cpuinfo
11
 
 
12
  # Image and video processing
 
13
  opencv-python-headless==4.8.1.78
14
  Pillow==10.1.0
15
  scikit-image==0.21.0
16
  matplotlib==3.7.2
17
 
 
18
  # Video processing and codecs
 
19
  moviepy==1.0.3
20
  imageio==2.31.1
21
  imageio-ffmpeg==0.4.9
22
  av==10.0.0
23
 
 
24
  # Core web interface
 
25
  gradio==4.44.0
26
 
 
27
  # Enhanced SAM2 prompting dependencies - Add after PyTorch
 
28
  ultralytics>=8.0.0
29
  mediapipe>=0.10.0
30
 
 
31
  # SAM2 dependencies
 
32
  onnxruntime-gpu==1.16.0
33
  hydra-core>=1.3.2
34
  omegaconf>=2.3.0
35
  iopath>=0.1.10
36
  submitit>=1.4.5
37
 
 
38
  # MatAnyone dependencies - PyTorch-based packages
 
39
  kornia>=0.7.0
40
  einops>=0.7.0
41
  timm>=0.9.2
42
  safetensors>=0.4.2
43
 
 
44
  # Background removal
 
45
  rembg==2.0.50
46
 
 
47
  # Utilities and progress
 
48
  tqdm==4.66.1
49
  requests==2.31.0
50
  filelock==3.12.2
51
 
52
- # HuggingFace ecosystem
 
 
53
  huggingface-hub>=0.19.3
 
 
 
54
 
 
55
  # System monitoring (optional)
56
- nvidia-ml-py3==7.352.0
 
 
1
+ # =============================================================================
2
  # PyTorch ecosystem (CUDA 12.1) - Must be first to avoid conflicts
3
+ # =============================================================================
4
  --extra-index-url https://download.pytorch.org/whl/cu121
5
  torch==2.3.1
6
  torchvision==0.18.1
7
 
8
+ # =============================================================================
9
  # Core scientific computing - Foundation packages
10
+ # =============================================================================
11
  numpy==1.24.3
12
  scipy==1.11.1
13
  scikit-learn>=1.0.0
14
  py-cpuinfo
15
 
16
+ # =============================================================================
17
  # Image and video processing
18
+ # =============================================================================
19
  opencv-python-headless==4.8.1.78
20
  Pillow==10.1.0
21
  scikit-image==0.21.0
22
  matplotlib==3.7.2
23
 
24
+ # =============================================================================
25
  # Video processing and codecs
26
+ # =============================================================================
27
  moviepy==1.0.3
28
  imageio==2.31.1
29
  imageio-ffmpeg==0.4.9
30
  av==10.0.0
31
 
32
+ # =============================================================================
33
  # Core web interface
34
+ # =============================================================================
35
  gradio==4.44.0
36
 
37
+ # =============================================================================
38
  # Enhanced SAM2 prompting dependencies - Add after PyTorch
39
+ # =============================================================================
40
  ultralytics>=8.0.0
41
  mediapipe>=0.10.0
42
 
43
+ # =============================================================================
44
  # SAM2 dependencies
45
+ # =============================================================================
46
  onnxruntime-gpu==1.16.0
47
  hydra-core>=1.3.2
48
  omegaconf>=2.3.0
49
  iopath>=0.1.10
50
  submitit>=1.4.5
51
 
52
+ # =============================================================================
53
  # MatAnyone dependencies - PyTorch-based packages
54
+ # =============================================================================
55
  kornia>=0.7.0
56
  einops>=0.7.0
57
  timm>=0.9.2
58
  safetensors>=0.4.2
59
 
60
+ # =============================================================================
61
  # Background removal
62
+ # =============================================================================
63
  rembg==2.0.50
64
 
65
+ # =============================================================================
66
  # Utilities and progress
67
+ # =============================================================================
68
  tqdm==4.66.1
69
  requests==2.31.0
70
  filelock==3.12.2
71
 
72
+ # =============================================================================
73
+ # HuggingFace ecosystem (for AI Backgrounds / Diffusers)
74
+ # =============================================================================
75
  huggingface-hub>=0.19.3
76
+ diffusers>=0.27.2
77
+ transformers>=4.41.2
78
+ accelerate>=0.29.3
79
 
80
+ # =============================================================================
81
  # System monitoring (optional)
82
+ # =============================================================================
83
+ nvidia-ml-py3==7.352.0