youssefKadaouiAbbassi commited on
Commit
e44567d
·
verified ·
1 Parent(s): ea6fda8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,18 +1,17 @@
1
- diffusers==0.31.0
2
- torch==2.5.1
3
- torchvision==0.20.1
4
- transformers==4.46.3
5
  accelerate
6
  safetensors
7
  einops
8
  onnxruntime-gpu
9
- spaces==0.30.4
10
  omegaconf
11
  peft
12
- huggingface-hub==0.26.2
13
  opencv-python
14
  insightface
15
  gradio
16
  controlnet_aux
17
  gdown
18
- peft
 
1
+ diffusers>=0.31.0
2
+ torch>=2.0,<2.5
3
+ torchvision>=0.10,<0.21
4
+ transformers>=4.46.3
5
  accelerate
6
  safetensors
7
  einops
8
  onnxruntime-gpu
9
+ spaces>=0.30.4
10
  omegaconf
11
  peft
12
+ huggingface-hub>=0.26.2
13
  opencv-python
14
  insightface
15
  gradio
16
  controlnet_aux
17
  gdown