Spaces:
Running
on
Zero
Running
on
Zero
youssefKadaouiAbbassi
commited on
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,18 +1,17 @@
|
|
1 |
-
diffusers
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
transformers
|
5 |
accelerate
|
6 |
safetensors
|
7 |
einops
|
8 |
onnxruntime-gpu
|
9 |
-
spaces
|
10 |
omegaconf
|
11 |
peft
|
12 |
-
huggingface-hub
|
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
|
|