plaidam commited on
Commit
ff1a195
·
verified ·
1 Parent(s): 2701625

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -8
requirements.txt CHANGED
@@ -7,18 +7,30 @@ psutil
7
  einops
8
  torchsde
9
  torchaudio
10
- spandrel # Added for nodes_upscale_model
11
- kornia>=0.7.1 # Added for nodes_canny and nodes_morphology
12
- gguf # Added for ComfyUI-GGUF
13
- replicate # Added for comfyui-tensorops
 
14
 
15
- # PyTorch ecosystem
16
  torch==2.4.0
17
  torchvision
18
  accelerate
19
  diffusers
20
  transformers
21
  xformers
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  # detectron2 and densepose (single installation)
24
  future
@@ -34,8 +46,9 @@ termcolor>=1.1
34
  git+https://github.com/facebookresearch/[email protected]#subdirectory=projects/DensePose
35
 
36
  # Image Processing
37
- opencv-python
38
- scikit-image
 
39
  matplotlib
40
 
41
  # Development & Build Tools
@@ -44,6 +57,8 @@ setuptools
44
  cloudpickle
45
  tensorboard
46
  pydot
 
 
47
 
48
  # Hugging Face Tools
49
  huggingface_hub
@@ -56,4 +71,4 @@ fal-client
56
 
57
  # Additional utilities
58
  PyYAML
59
- blend_modes
 
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
+
26
+ # WAS Node Suite dependencies
27
+ git+https://github.com/WASasquatch/img2texture.git
28
+ git+https://github.com/WASasquatch/cstr
29
+ git+https://github.com/WASasquatch/ffmpy.git
30
+ rembg
31
+ pilgram
32
+ joblib
33
+ imageio
34
 
35
  # detectron2 and densepose (single installation)
36
  future
 
46
  git+https://github.com/facebookresearch/[email protected]#subdirectory=projects/DensePose
47
 
48
  # Image Processing
49
+ opencv-python-headless[ffmpeg] # Updated to include ffmpeg
50
+ scikit-image>=0.20.0
51
+ scikit-learn
52
  matplotlib
53
 
54
  # Development & Build Tools
 
57
  cloudpickle
58
  tensorboard
59
  pydot
60
+ cmake # Added for build tools
61
+ gitpython # Added for version control
62
 
63
  # Hugging Face Tools
64
  huggingface_hub
 
71
 
72
  # Additional utilities
73
  PyYAML
74
+ blend_modes