Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
d7c97a3
1
Parent(s):
63bfd3a
Update requirements.txt
Browse files- requirements.txt +7 -10
requirements.txt
CHANGED
@@ -1,24 +1,21 @@
|
|
1 |
gradio==4.29.0
|
2 |
-
|
3 |
-
transformers
|
4 |
torchvision
|
5 |
-
|
|
|
6 |
accelerate
|
7 |
-
|
|
|
8 |
huggingface-hub
|
9 |
hf-transfer
|
10 |
compel
|
11 |
opencv-python
|
12 |
numpy
|
13 |
-
diffusers==0.27.0
|
14 |
-
transformers
|
15 |
-
accelerate
|
16 |
-
safetensors
|
17 |
hidiffusion==0.1.8
|
18 |
spaces
|
19 |
-
torch==2.2
|
20 |
controlnet-aux==0.0.9
|
21 |
onnx==1.16.1
|
22 |
onnxruntime==1.18.0
|
23 |
mediapipe==0.10.14
|
24 |
-
peft==0.11.1
|
|
|
|
1 |
gradio==4.29.0
|
2 |
+
torch==2.2.0
|
|
|
3 |
torchvision
|
4 |
+
transformers
|
5 |
+
diffusers==0.27.0
|
6 |
accelerate
|
7 |
+
xformers
|
8 |
+
safetensors
|
9 |
huggingface-hub
|
10 |
hf-transfer
|
11 |
compel
|
12 |
opencv-python
|
13 |
numpy
|
|
|
|
|
|
|
|
|
14 |
hidiffusion==0.1.8
|
15 |
spaces
|
|
|
16 |
controlnet-aux==0.0.9
|
17 |
onnx==1.16.1
|
18 |
onnxruntime==1.18.0
|
19 |
mediapipe==0.10.14
|
20 |
+
peft==0.11.1
|
21 |
+
invisible-watermark
|