yukee1992 commited on
Commit
c60d631
·
verified ·
1 Parent(s): 17b6e45

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -15
requirements.txt CHANGED
@@ -1,15 +1,12 @@
1
- gradio==3.50.2
2
- diffusers==0.21.4
3
- transformers==4.35.2
4
- torch==2.1.0
5
- torchvision==0.16.0
6
- accelerate==0.24.1
7
- pillow==10.1.0
8
- requests==2.31.0
9
- fastapi==0.104.1
10
- uvicorn==0.24.0
11
- python-multipart==0.0.6
12
- omegaconf==2.3.0
13
- huggingface-hub==0.19.4
14
- psutil==5.9.6
15
- xformers==0.0.22
 
1
+ gradio>=4.0.0
2
+ diffusers>=0.24.0
3
+ transformers>=4.35.0
4
+ torch>=2.0.0
5
+ accelerate>=0.24.0
6
+ pillow>=10.0.0
7
+ requests>=2.31.0
8
+ fastapi>=0.104.0
9
+ uvicorn>=0.24.0
10
+ python-multipart>=0.0.6
11
+ omegaconf>=2.3.0
12
+ xformers>=0.0.20