Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
#gradio[oauth]==5.11.0
|
| 2 |
|
| 3 |
-
spaces
|
| 4 |
|
| 5 |
accelerate==1.2.1
|
| 6 |
|
|
@@ -17,7 +17,7 @@ Pillow
|
|
| 17 |
#xformers==0.0.29
|
| 18 |
xformers
|
| 19 |
|
| 20 |
-
numpy==2.2.1
|
| 21 |
|
| 22 |
git+https://github.com/ford442/image_gen_aux.git@1ink
|
| 23 |
|
|
@@ -31,4 +31,6 @@ huggingface_hub[hf_transfer]
|
|
| 31 |
|
| 32 |
#torch==2.4.0
|
| 33 |
|
| 34 |
-
peft==0.14.0
|
|
|
|
|
|
|
|
|
| 1 |
#gradio[oauth]==5.11.0
|
| 2 |
|
| 3 |
+
#spaces
|
| 4 |
|
| 5 |
accelerate==1.2.1
|
| 6 |
|
|
|
|
| 17 |
#xformers==0.0.29
|
| 18 |
xformers
|
| 19 |
|
| 20 |
+
#numpy==2.2.1
|
| 21 |
|
| 22 |
git+https://github.com/ford442/image_gen_aux.git@1ink
|
| 23 |
|
|
|
|
| 31 |
|
| 32 |
#torch==2.4.0
|
| 33 |
|
| 34 |
+
peft==0.14.0
|
| 35 |
+
|
| 36 |
+
numpy==1.25.2
|