plaidam commited on
Commit
6b1a58c
·
verified ·
1 Parent(s): e703779

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -35
requirements.txt CHANGED
@@ -6,24 +6,26 @@ tqdm
6
  psutil
7
  einops
8
  torchsde
9
- torchaudio
10
  spandrel
11
  kornia>=0.7.1
12
  gguf
13
  replicate
14
- numba # Added for was-node-suite-comfyui
15
 
16
- # PyTorch and AI ecosystem
17
- torch==2.4.0
18
- torchvision
 
19
  accelerate
20
  diffusers
21
  transformers
22
  xformers
23
  fairscale>=0.4.4
24
  timm>=0.4.12
25
- pytorch-lightning # Added for CatVTON
26
- inplace-abn==1.1.0 # Added for CatVTON
 
 
27
 
28
  # WAS Node Suite dependencies
29
  git+https://github.com/WASasquatch/img2texture.git
@@ -45,33 +47,7 @@ yacs>=0.1.8
45
  tabulate
46
  pycocotools>=2.0.2
47
  termcolor>=1.1
 
48
  git+https://github.com/facebookresearch/[email protected]#subdirectory=projects/DensePose
49
- git+https://github.com/facebookresearch/[email protected] # Added base detectron2 for CatVTON
50
-
51
- # Image Processing
52
- opencv-python-headless[ffmpeg]
53
- scikit-image>=0.20.0
54
- scikit-learn
55
- matplotlib
56
-
57
- # Development & Build Tools
58
- Ninja==1.11.1.1
59
- setuptools
60
- cloudpickle
61
- tensorboard
62
- pydot
63
- cmake
64
- gitpython
65
-
66
- # Hugging Face Tools
67
- huggingface_hub
68
-
69
- # Comfyui-tensorops dependencies
70
- surrealist
71
- boto3==1.34.86
72
- redis
73
- fal-client
74
 
75
- # Additional utilities
76
- PyYAML
77
- blend_modes
 
6
  psutil
7
  einops
8
  torchsde
 
9
  spandrel
10
  kornia>=0.7.1
11
  gguf
12
  replicate
13
+ numba
14
 
15
+ # PyTorch and AI ecosystem (installed via install.sh)
16
+ # torch==2.4.0
17
+ # torchvision
18
+ # torchaudio
19
  accelerate
20
  diffusers
21
  transformers
22
  xformers
23
  fairscale>=0.4.4
24
  timm>=0.4.12
25
+ pytorch-lightning
26
+
27
+ # CUDA-dependent packages (installed after CUDA setup)
28
+ inplace-abn==1.1.0
29
 
30
  # WAS Node Suite dependencies
31
  git+https://github.com/WASasquatch/img2texture.git
 
47
  tabulate
48
  pycocotools>=2.0.2
49
  termcolor>=1.1
50
+ git+https://github.com/facebookresearch/[email protected] # Base detectron2
51
  git+https://github.com/facebookresearch/[email protected]#subdirectory=projects/DensePose
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
 
53
+ # Rest of your dependencies...