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