Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- 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 |
-
|
22 |
-
|
23 |
-
|
24 |
-
#
|
25 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|