kines9661 commited on
Commit
d55ad05
·
verified ·
1 Parent(s): ea1cdfa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -10
requirements.txt CHANGED
@@ -1,13 +1,14 @@
 
1
  torch==2.1.0
2
  torchvision==0.16.0
3
- diffusers==0.30.3
4
- transformers==4.36.2
5
- accelerate==0.25.0
6
- safetensors==0.4.2
7
- Pillow==10.2.0
8
- gradio==4.44.1
9
- fastapi==0.109.0
10
- uvicorn[standard]==0.27.0
11
- pydantic==2.6.0
12
- huggingface-hub==0.20.3
13
  requests==2.31.0
 
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
  torch==2.1.0
3
  torchvision==0.16.0
4
+ diffusers==0.27.2
5
+ transformers==4.35.2
6
+ accelerate==0.24.1
7
+ safetensors==0.4.1
8
+ Pillow==10.1.0
9
+ gradio==4.36.1
10
+ fastapi==0.104.1
11
+ uvicorn==0.24.0
12
+ pydantic==2.4.2
13
+ huggingface-hub==0.19.4
14
  requests==2.31.0