JackAILab commited on
Commit
cf5a89e
·
verified ·
1 Parent(s): 7a1bca2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -15
requirements.txt CHANGED
@@ -1,21 +1,15 @@
1
- accelerate==0.32.1
2
- safetensors==0.4.0
3
- einops==0.7.0
 
4
  onnxruntime-gpu
5
  omegaconf
6
  peft
7
- opencv-python==4.8.1.78
8
- insightface==0.7.3
9
  diffusers==0.23.0
10
  torch==2.0.0
11
  torchvision==0.15.1
12
- transformers==4.32.0
13
- spaces==0.22.0
14
- sentencepiece==0.1.99
15
- ### fix huggingface-hub
16
- huggingface-hub==0.24.6
17
- gradio==4.16.0
18
- gradio-client==0.8.1
19
- cryptography==41.0.3
20
- cffi==1.15.1
21
- pycparser==2.21
 
1
+ huggingface-hub<=0.26
2
+ accelerate
3
+ safetensors
4
+ einops
5
  onnxruntime-gpu
6
  omegaconf
7
  peft
8
+ opencv-python
9
+ insightface
10
  diffusers==0.23.0
11
  torch==2.0.0
12
  torchvision==0.15.1
13
+ transformers==4.31.0
14
+ spaces
15
+ sentencepiece