comrender commited on
Commit
f442de6
·
verified ·
1 Parent(s): 33c9103

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -5
requirements.txt CHANGED
@@ -16,10 +16,20 @@ websocket-client
16
  pyyaml
17
  tqdm
18
  omegaconf
 
19
 
20
  # ComfyUI specific requirements
21
- # Add any custom node requirements here
22
- # For example, if using specific custom nodes:
23
- # timm
24
- # segment-anything
25
- # ultralytics
 
 
 
 
 
 
 
 
 
 
16
  pyyaml
17
  tqdm
18
  omegaconf
19
+ xformers
20
 
21
  # ComfyUI specific requirements
22
+ folder_paths
23
+ model_management
24
+
25
+ # Custom node requirements
26
+ # For Florence-2 nodes
27
+ timm
28
+ einops
29
+ flash-attn
30
+
31
+ # For image processing
32
+ scikit-image
33
+
34
+ # For Ultimate SD Upscale and other nodes
35
+ scipy