Genkanwall commited on
Commit
642a646
·
1 Parent(s): e0a2bd0

Add missing dependencies

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
- torch>=2.1.0
 
2
  diffusers>=0.27.0
3
  transformers>=4.36.0
4
  accelerate>=0.25.0
@@ -6,5 +7,8 @@ safetensors>=0.4.0
6
  gradio>=4.19.0
7
  pillow>=10.0.0
8
  numpy>=1.24.0
9
- sentencepiece>=0.1.99
10
- protobuf>=3.20.0
 
 
 
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
  diffusers>=0.27.0
4
  transformers>=4.36.0
5
  accelerate>=0.25.0
 
7
  gradio>=4.19.0
8
  pillow>=10.0.0
9
  numpy>=1.24.0
10
+ pyyaml>=6.0
11
+ huggingface_hub>=0.20.0
12
+ opencv-python>=4.8.0
13
+ einops>=0.7.0
14
+ omegaconf>=2.3.0