snackshell commited on
Commit
c4e92a1
·
verified ·
1 Parent(s): b840c1a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  gradio==5.25.2
2
- accelerate
3
- diffusers
4
- torch
5
- transformers
6
- xformers
7
- pillow
8
- numpy
 
1
  gradio==5.25.2
2
+ torch>=2.3.0 --extra-index-url https://download.pytorch.org/whl/cu121
3
+ xformers>=0.0.26
4
+ diffusers>=0.27.0
5
+ accelerate>=0.27.0
6
+ transformers>=4.40.0
7
+ pillow>=10.3.0
8
+ numpy>=1.26.0