Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -18
requirements.txt
CHANGED
@@ -2,37 +2,23 @@ uvicorn==0.34.0
|
|
2 |
|
3 |
accelerate==1.2.1
|
4 |
|
5 |
-
torchvision
|
6 |
-
|
7 |
-
torchaudio
|
8 |
-
|
9 |
-
pipeline
|
10 |
-
|
11 |
transformers==4.47.1
|
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 |
-
peft
|
32 |
|
33 |
-
|
34 |
|
35 |
-
gguf
|
36 |
|
37 |
git+https://github.com/ford442/diffusers.git@upcast_4
|
38 |
|
|
|
2 |
|
3 |
accelerate==1.2.1
|
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
transformers==4.47.1
|
6 |
|
7 |
+
safetensors==0.5.0
|
8 |
|
9 |
paramiko
|
10 |
|
11 |
huggingface_hub
|
12 |
|
|
|
|
|
|
|
|
|
13 |
opencv-python
|
14 |
|
15 |
Pillow
|
16 |
|
17 |
+
xformers==0.0.29.post1
|
|
|
|
|
|
|
|
|
18 |
|
19 |
+
numpy==2.2.1
|
20 |
|
21 |
+
gguf==0.13.0
|
22 |
|
23 |
git+https://github.com/ford442/diffusers.git@upcast_4
|
24 |
|