developy commited on
Commit
f5e7cf6
·
verified ·
1 Parent(s): 7dc9882

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -8
requirements.txt CHANGED
@@ -1,9 +1,7 @@
1
- diffusers>=0.33.0
2
- git+https://github.com/toshas/gradio-dualvision.git@21346a4
3
- accelerate
4
- huggingface_hub
5
  scipy
6
- torch
7
- tqdm
8
- transformers
9
- xformers
 
1
+ accelerate>=0.22.0
2
+ diffusers>=0.25.0
3
+ matplotlib
 
4
  scipy
5
+ torch==2.4.0
6
+ torchvision==0.19.0
7
+ transformers>=4.32.1