Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +31 -22
requirements.txt
CHANGED
@@ -1,40 +1,49 @@
|
|
1 |
-
|
2 |
|
3 |
-
|
4 |
|
5 |
-
accelerate
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
safetensors
|
11 |
|
12 |
paramiko
|
13 |
|
14 |
-
|
15 |
|
16 |
-
|
17 |
|
18 |
-
#
|
19 |
-
#
|
|
|
|
|
20 |
|
21 |
-
|
22 |
|
23 |
-
|
24 |
-
diffusers
|
25 |
-
#git+https://github.com/huggingface/diffusers.git
|
26 |
|
27 |
-
|
28 |
|
29 |
-
#
|
|
|
30 |
|
31 |
-
|
32 |
|
33 |
-
|
34 |
|
35 |
-
torch
|
36 |
-
torchvision
|
37 |
-
pipeline
|
38 |
peft
|
39 |
|
40 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
uvicorn
|
2 |
|
3 |
+
#bitsandbytes
|
4 |
|
5 |
+
#accelerate
|
6 |
+
|
7 |
+
#torch
|
8 |
+
|
9 |
+
#torchvision
|
10 |
+
|
11 |
+
#torchaudio
|
12 |
+
|
13 |
+
pipeline
|
14 |
+
|
15 |
+
#transformers
|
16 |
|
17 |
safetensors
|
18 |
|
19 |
paramiko
|
20 |
|
21 |
+
hf_transfer
|
22 |
|
23 |
+
huggingface_hub[hf_transfer]
|
24 |
|
25 |
+
#git+https://github.com/ford442/diffusers.git@upcast_4
|
26 |
+
#git+https://github.com/huggingface/diffusers.git
|
27 |
+
git+https://github.com/huggingface/transformers.git
|
28 |
+
git+https://github.com/huggingface/accelerate.git
|
29 |
|
30 |
+
ftfy
|
31 |
|
32 |
+
opencv-python
|
|
|
|
|
33 |
|
34 |
+
Pillow
|
35 |
|
36 |
+
#git+https://github.com/facebookresearch/xformers.git
|
37 |
+
#xformers
|
38 |
|
39 |
+
numpy
|
40 |
|
41 |
+
torchsde
|
42 |
|
|
|
|
|
|
|
43 |
peft
|
44 |
|
45 |
+
triton
|
46 |
+
#diffusers
|
47 |
+
git+https://github.com/ford442/diffusers.git@pre_upcast_64
|
48 |
+
#torchruntime
|
49 |
+
#hidet
|