MogensR commited on
Commit
f03cd94
·
1 Parent(s): fc0105b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -7
requirements.txt CHANGED
@@ -22,20 +22,24 @@ iopath==0.1.10
22
  fvcore==0.1.5.post20221221
23
 
24
  # ============================================================================
25
- # MATANYONE DEPENDENCIES
26
  # ============================================================================
27
- # MatAnyone for advanced matting (if using specific version)
28
- # git+https://github.com/SHI-Labs/MatAnyone.git
29
 
30
- # Alternative matting libraries
31
- alpha-matting==1.3.0
32
- trimap==1.0.6
 
33
 
34
- # Advanced image processing for matting
35
  scikit-image==0.22.0
36
  imageio==2.31.1
37
  imageio-ffmpeg==0.4.9
38
 
 
 
 
39
  # ============================================================================
40
  # COMPUTER VISION CORE
41
  # ============================================================================
 
22
  fvcore==0.1.5.post20221221
23
 
24
  # ============================================================================
25
+ # MATANYONE - BEST-IN-CLASS ALPHA MATTING
26
  # ============================================================================
27
+ # MatAnyone for professional alpha matting
28
+ git+https://github.com/SHI-Labs/MatAnyone.git
29
 
30
+ # MatAnyone core dependencies
31
+ diffusers==0.21.4
32
+ accelerate==0.24.1
33
+ xformers==0.0.22
34
 
35
+ # Advanced image processing for matting workflow
36
  scikit-image==0.22.0
37
  imageio==2.31.1
38
  imageio-ffmpeg==0.4.9
39
 
40
+ # Fallback alpha matting if MatAnyone fails
41
+ alpha-matting==1.3.0
42
+
43
  # ============================================================================
44
  # COMPUTER VISION CORE
45
  # ============================================================================