Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
uvicorn
|
2 |
|
3 |
-
spaces
|
4 |
|
5 |
accelerate
|
6 |
|
@@ -10,6 +10,8 @@ safetensors
|
|
10 |
|
11 |
paramiko
|
12 |
|
|
|
|
|
13 |
huggingface_hub[hf_transfer]
|
14 |
|
15 |
#opencv-python
|
@@ -25,7 +27,7 @@ xformers
|
|
25 |
|
26 |
#xformers==0.0.30.dev967
|
27 |
|
28 |
-
numpy
|
29 |
|
30 |
#git+https://github.com/ford442/diffusers.git@upcast_64_cuda_sched
|
31 |
|
@@ -37,6 +39,6 @@ git+https://github.com/ford442/image_gen_aux.git@1ink
|
|
37 |
|
38 |
cython
|
39 |
|
40 |
-
gradio[oauth]==5.11.0
|
41 |
|
42 |
#torch==2.4.0
|
|
|
1 |
uvicorn
|
2 |
|
3 |
+
#spaces
|
4 |
|
5 |
accelerate
|
6 |
|
|
|
10 |
|
11 |
paramiko
|
12 |
|
13 |
+
hf_transfer
|
14 |
+
|
15 |
huggingface_hub[hf_transfer]
|
16 |
|
17 |
#opencv-python
|
|
|
27 |
|
28 |
#xformers==0.0.30.dev967
|
29 |
|
30 |
+
numpy==1.25.2
|
31 |
|
32 |
#git+https://github.com/ford442/diffusers.git@upcast_64_cuda_sched
|
33 |
|
|
|
39 |
|
40 |
cython
|
41 |
|
42 |
+
#gradio[oauth]==5.11.0
|
43 |
|
44 |
#torch==2.4.0
|