wanghaofan commited on
Commit
d11a495
1 Parent(s): aef9307

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,11 +1,11 @@
1
- accelerate
2
  git+https://github.com/huggingface/diffusers.git
3
- torch
4
- torchvision
5
- transformers==4.44.0
6
  einops
7
  onnxruntime-gpu
8
  spaces
 
9
  omegaconf
10
  huggingface-hub
11
  opencv-python
 
 
1
  git+https://github.com/huggingface/diffusers.git
2
+ torch==2.0.1
3
+ torchvision==0.15.2
4
+ transformers==4.43.3
5
  einops
6
  onnxruntime-gpu
7
  spaces
8
+ accelerate
9
  omegaconf
10
  huggingface-hub
11
  opencv-python