Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -14
requirements.txt
CHANGED
@@ -2,9 +2,9 @@ spaces
|
|
2 |
|
3 |
uvicorn
|
4 |
|
5 |
-
accelerate
|
6 |
|
7 |
-
transformers
|
8 |
|
9 |
safetensors
|
10 |
|
@@ -16,20 +16,10 @@ opencv-python
|
|
16 |
|
17 |
Pillow
|
18 |
|
19 |
-
#xformers==0.0.29.post1
|
20 |
-
#xformers
|
21 |
-
|
22 |
-
#xformers --index-url https://download.pytorch.org/whl/cu124
|
23 |
-
|
24 |
-
#git+https://github.com/facebookresearch/xformers.git
|
25 |
-
|
26 |
-
#xformers==0.0.30.dev967
|
27 |
-
|
28 |
numpy
|
29 |
|
30 |
#git+https://github.com/ford442/diffusers.git@upcast_64_cuda_sched
|
31 |
git+https://github.com/ford442/diffusers.git
|
32 |
-
|
33 |
#diffusers
|
34 |
|
35 |
Cython
|
@@ -38,6 +28,6 @@ cyper
|
|
38 |
|
39 |
sentencepiece
|
40 |
|
41 |
-
|
42 |
|
43 |
-
|
|
|
2 |
|
3 |
uvicorn
|
4 |
|
5 |
+
git+https://github.com/huggingface/accelerate.git
|
6 |
|
7 |
+
git+https://github.com/huggingface/transformers.git
|
8 |
|
9 |
safetensors
|
10 |
|
|
|
16 |
|
17 |
Pillow
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
numpy
|
20 |
|
21 |
#git+https://github.com/ford442/diffusers.git@upcast_64_cuda_sched
|
22 |
git+https://github.com/ford442/diffusers.git
|
|
|
23 |
#diffusers
|
24 |
|
25 |
Cython
|
|
|
28 |
|
29 |
sentencepiece
|
30 |
|
31 |
+
peft
|
32 |
|
33 |
+
git+https://github.com/ford442/image_gen_aux.git@1ink
|