comrender commited on
Commit
6aedd69
·
verified ·
1 Parent(s): c1ad781

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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