Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ uvicorn==0.34.0
|
|
2 |
|
3 |
#bitsandbytes
|
4 |
|
5 |
-
|
6 |
|
7 |
#torchvision
|
8 |
|
@@ -10,7 +10,7 @@ uvicorn==0.34.0
|
|
10 |
|
11 |
#pipeline
|
12 |
|
13 |
-
|
14 |
|
15 |
safetensors==0.5.1
|
16 |
|
@@ -19,9 +19,9 @@ paramiko
|
|
19 |
huggingface_hub[hf_transfer]
|
20 |
|
21 |
#git+https://github.com/ford442/diffusers.git@upcast_4
|
22 |
-
git+https://github.com/huggingface/diffusers.git
|
23 |
-
git+https://github.com/huggingface/transformers.git
|
24 |
-
git+https://github.com/huggingface/accelerate.git
|
25 |
|
26 |
ftfy
|
27 |
|
@@ -30,10 +30,10 @@ ftfy
|
|
30 |
Pillow
|
31 |
|
32 |
#git+https://github.com/facebookresearch/xformers.git
|
33 |
-
xformers
|
34 |
|
35 |
numpy==2.2.1
|
36 |
|
37 |
torchsde==0.2.6
|
38 |
|
39 |
-
|
|
|
2 |
|
3 |
#bitsandbytes
|
4 |
|
5 |
+
accelerate==1.2.1
|
6 |
|
7 |
#torchvision
|
8 |
|
|
|
10 |
|
11 |
#pipeline
|
12 |
|
13 |
+
transformers==4.47.1
|
14 |
|
15 |
safetensors==0.5.1
|
16 |
|
|
|
19 |
huggingface_hub[hf_transfer]
|
20 |
|
21 |
#git+https://github.com/ford442/diffusers.git@upcast_4
|
22 |
+
#git+https://github.com/huggingface/diffusers.git
|
23 |
+
#git+https://github.com/huggingface/transformers.git
|
24 |
+
#git+https://github.com/huggingface/accelerate.git
|
25 |
|
26 |
ftfy
|
27 |
|
|
|
30 |
Pillow
|
31 |
|
32 |
#git+https://github.com/facebookresearch/xformers.git
|
33 |
+
xformers
|
34 |
|
35 |
numpy==2.2.1
|
36 |
|
37 |
torchsde==0.2.6
|
38 |
|
39 |
+
diffusers==0.32.0
|