snackshell commited on
Commit
ca7b6b4
·
verified ·
1 Parent(s): 13b1819

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,10 +1,9 @@
1
  gradio==5.25.2
2
- torch>=2.5.1
3
- diffusers>=0.32.1
4
- xformers>=0.0.26
5
- accelerate>=1.2.1
6
- torch>=2.5.1
7
- torchvision>=0.20.1
8
- transformers>=4.47.1
9
- einops>=0.7.0
10
- pillow>=10.3.0
 
1
  gradio==5.25.2
2
+ torch==2.5.1
3
+ torchvision==0.20.1
4
+ diffusers==0.32.1
5
+ transformers==4.47.1
6
+ accelerate==1.2.1
7
+ xformers==0.0.26
8
+ einops==0.7.0
9
+ pillow==10.3.0