JackAILab commited on
Commit
3ee58df
·
verified ·
1 Parent(s): ab36bb1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
- diffusers==0.25.0
2
- torch==2.0.0
3
- torchvision==0.15.1
4
- transformers==4.36.2
5
  accelerate
6
  safetensors
7
  einops
8
  onnxruntime-gpu
9
- spaces==0.19.4
10
  omegaconf
11
  peft
12
  opencv-python
13
  insightface
14
- huggingface-hub==0.20.2
 
 
 
 
 
 
 
 
 
 
1
  accelerate
2
  safetensors
3
  einops
4
  onnxruntime-gpu
 
5
  omegaconf
6
  peft
7
  opencv-python
8
  insightface
9
+ diffusers==0.25.0
10
+ torch==2.0.0
11
+ torchvision==0.15.1
12
+ transformers==4.36.2
13
+ spaces==0.22.0
14
+ huggingface-hub==0.20.3