Fucius commited on
Commit
8a7cfc3
·
verified ·
1 Parent(s): 87e0769

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -17
requirements.txt CHANGED
@@ -1,23 +1,17 @@
1
- python==3.10.6
2
  torch==2.0.1
3
- torchvision==0.15.2
4
- torchaudio==2.0.2
5
- numpy==1.26.3
6
- pillow==10.2.0
7
- torch==2.0.1
8
- transformers==4.36.2
9
- diffusers==0.25.0
10
- torchvision==0.15.2
11
- einops==0.6.1
12
  opencv-python==4.7.0.68
13
  xformers==0.0.21
14
- gradio==3.36.1
 
 
15
  insightface==0.7.3
16
- accelerate==0.25.0
17
- peft==0.8.2
18
  onnxruntime-gpu==1.16.0
19
- timm==0.6.12
20
- controlnet-aux==0.0.7
 
 
 
21
  inference[yolo-world]==0.9.13
22
- onnxsim==0.4.35
23
- git+https://github.com/facebookresearch/segment-anything.git
 
 
1
  torch==2.0.1
2
+ torchvision
3
+ einops
 
 
 
 
 
 
 
4
  opencv-python==4.7.0.68
5
  xformers==0.0.21
6
+ diffusers==0.25.0
7
+ transformers
8
+ accelerate
9
  insightface==0.7.3
 
 
10
  onnxruntime-gpu==1.16.0
11
+ segment-anything
12
+ peft==0.8.2
13
+ numpy
14
+ pillow
15
+ gradio==3.36.1
16
  inference[yolo-world]==0.9.13
17
+ onnxsim==0.4.35