mokady commited on
Commit
c0e70fc
·
verified ·
1 Parent(s): 498659a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -11
requirements.txt CHANGED
@@ -1,12 +1,9 @@
1
- numpy<2
2
- accelerate==0.25.0
3
- spaces
4
- transformers==4.37.2
5
- safetensors
6
- opencv-python
7
- diffusers==0.23.0
8
- gradio
9
- -f https://download.pytorch.org/whl/cu118
10
- torch==2.1.2
11
  torchvision
12
- #xformers
 
 
 
 
 
 
 
1
+ torch
 
 
 
 
 
 
 
 
 
2
  torchvision
3
+ pillow
4
+ numpy
5
+ typing
6
+ scikit-image
7
+ Diffusers==0.31
8
+ transformers>=4.39.1
9
+ accelerate