oliveryanzuolu commited on
Commit
73d857f
·
verified ·
1 Parent(s): da2d97d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -11
requirements.txt CHANGED
@@ -1,11 +1,10 @@
1
- diffusers>=0.24.0
2
- transformers
3
- accelerate
4
- scipy
5
- safetensors
6
- gradio
7
- spaces
8
- torch
9
- opencv-python
10
- peft
11
- controlnet_aux
 
1
+ diffusers==0.27.2
2
+ transformers==4.40.0
3
+ accelerate==0.29.3
4
+ torch==2.2.0
5
+ torchvision==0.17.0
6
+ opencv-python==4.9.0.80
7
+ gradio==4.29.0
8
+ spaces==0.25.1
9
+ Pillow==10.3.0
10
+ safetensors==0.4.3