Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +24 -6
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
|
|
|
|
|
2 |
|
3 |
-
|
4 |
|
5 |
torchvision
|
6 |
|
@@ -8,12 +10,28 @@ pipeline
|
|
8 |
|
9 |
transformers
|
10 |
|
11 |
-
accelerate==1.0.1
|
12 |
-
|
13 |
safetensors
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
peft
|
18 |
|
19 |
-
|
|
|
|
|
|
1 |
+
spaces
|
2 |
+
|
3 |
+
git+https://github.com/huggingface/diffusers.git
|
4 |
|
5 |
+
git+https://github.com/huggingface/accelerate.git
|
6 |
|
7 |
torchvision
|
8 |
|
|
|
10 |
|
11 |
transformers
|
12 |
|
|
|
|
|
13 |
safetensors
|
14 |
|
15 |
+
paramiko
|
16 |
+
|
17 |
+
huggingface_hub
|
18 |
+
|
19 |
+
scipy
|
20 |
+
|
21 |
+
ftfy
|
22 |
+
|
23 |
+
opencv-python
|
24 |
+
|
25 |
+
Pillow
|
26 |
+
|
27 |
+
xformers
|
28 |
+
|
29 |
+
numpy
|
30 |
+
|
31 |
+
gradio[oauth]==5.7.1
|
32 |
|
33 |
peft
|
34 |
|
35 |
+
triton
|
36 |
+
|
37 |
+
hidiffusion
|