JoPmt commited on
Commit
aaf620d
1 Parent(s): ba9faca

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- gradio
2
  transformers
3
- torch
 
 
 
 
4
  numpy
5
- opencv-python
6
- diffusers
7
- controlnet_aux
8
- mediapipe
9
- accelerate
 
1
+ diffusers==0.23.0
2
  transformers
3
+ accelerate
4
+ huggingface_hub==0.20.2
5
+ torch==2.1.0
6
+ gradio==4.11.0
7
+ tqdm
8
  numpy
9
+ opencv-python