ozilion commited on
Commit
2fc221b
·
verified ·
1 Parent(s): 8e5115d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -10
requirements.txt CHANGED
@@ -1,10 +1,13 @@
1
- gradio
2
- transformers>=4.30.0
3
- torch
4
- torchvision
5
- diffusers
6
- accelerate
7
- numpy
8
- pillow
9
- requests
10
- opencv-python-headless
 
 
 
 
1
+ gradio>=4.40.0
2
+ diffusers>=0.30.0
3
+ transformers>=4.35.0
4
+ torch>=2.0.0
5
+ torchvision>=0.15.0
6
+ accelerate>=0.24.0
7
+ xformers>=0.0.22
8
+ opencv-python-headless>=4.8.0
9
+ pillow>=9.5.0
10
+ numpy>=1.24.0
11
+ imageio>=2.31.0
12
+ imageio-ffmpeg>=0.4.8
13
+ av>=10.0.0