Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -26
requirements.txt
CHANGED
@@ -1,35 +1,12 @@
|
|
1 |
gradio
|
2 |
torch
|
3 |
torchvision
|
|
|
|
|
4 |
huggingface_hub
|
5 |
spaces
|
6 |
-
transformers
|
7 |
-
diffusers
|
8 |
accelerate
|
9 |
safetensors
|
10 |
Pillow
|
11 |
numpy
|
12 |
-
|
13 |
-
requests
|
14 |
-
aiohttp
|
15 |
-
websocket-client
|
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
|
|
|
1 |
gradio
|
2 |
torch
|
3 |
torchvision
|
4 |
+
diffusers
|
5 |
+
transformers
|
6 |
huggingface_hub
|
7 |
spaces
|
|
|
|
|
8 |
accelerate
|
9 |
safetensors
|
10 |
Pillow
|
11 |
numpy
|
12 |
+
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|