sync19 commited on
Commit
b32bed0
·
verified ·
1 Parent(s): 1d0a6c9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -13
requirements.txt CHANGED
@@ -1,13 +1,15 @@
1
- fastapi==0.104.1
2
- uvicorn[standard]==0.24.0
3
- python-multipart==0.0.6
4
- pillow==10.1.0
5
- torch==2.1.0
6
- torchvision==0.16.0
7
- diffusers==0.24.0
8
- transformers==4.35.2
9
- accelerate==0.25.0
10
- insightface==0.7.3
11
- onnxruntime==1.16.3
12
- opencv-python-headless==4.8.1.78
13
- safetensors==0.4.1
 
 
 
1
+ fastapi==0.104.1
2
+ uvicorn[standard]==0.24.0
3
+ python-multipart==0.0.6
4
+ pillow==10.1.0
5
+ numpy<2.0
6
+ torch==2.1.0
7
+ torchvision==0.16.0
8
+ diffusers==0.27.0
9
+ transformers==4.38.0
10
+ accelerate==0.27.0
11
+ insightface==0.7.3
12
+ onnxruntime==1.16.3
13
+ opencv-python-headless==4.8.1.78
14
+ safetensors==0.4.1
15
+ huggingface_hub>=0.20.0