yukee1992 commited on
Commit
d1f6b24
·
verified ·
1 Parent(s): cb92866

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -26
requirements.txt CHANGED
@@ -1,26 +1,13 @@
1
- # Core ML - Using versions known to work together
2
- torch==2.1.0
3
- torchvision==0.16.0
4
- diffusers==0.12.1 # Older version that works with huggingface-hub<0.17
5
- transformers==4.30.0 # Older version that works with older tokenizers
6
- accelerate==0.20.3 # Compatible with above
7
-
8
- # Image processing
9
- pillow==10.1.0
10
-
11
- # API
12
- fastapi==0.104.1
13
- uvicorn==0.24.0
14
- python-multipart==0.0.6
15
- pydantic==2.5.0
16
-
17
- # Utilities
18
- requests==2.31.0
19
- psutil==5.9.6
20
- huggingface-hub==0.16.4 # This version works with all above
21
-
22
- # Tokenizers - Let pip choose compatible version
23
- tokenizers>=0.13.0,<0.14.0
24
-
25
- # Optional - only if you need UI
26
- gradio==3.50.2
 
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
13
+ huggingface-hub>=0.20.0 # ADDED