Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -10
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
accelerate
|
2 |
-
#git+https://github.com/huggingface/diffusers.git
|
3 |
-
#git+https://github.com/huggingface/diffusers.git@6b1c4a766b7f83fe06ddb9bbb58c1122072efefe
|
4 |
-
git+https://github.com/huggingface/diffusers.git@ad3344e2be033887d854d2731757db8b80dcfb06
|
5 |
-
torch
|
6 |
-
transformers==4.42.4
|
7 |
-
xformers
|
8 |
-
sentencepiece
|
9 |
-
gradio_imageslider
|
10 |
-
numpy<2
|
|
|
|
1 |
+
accelerate
|
2 |
+
#git+https://github.com/huggingface/diffusers.git
|
3 |
+
#git+https://github.com/huggingface/diffusers.git@6b1c4a766b7f83fe06ddb9bbb58c1122072efefe
|
4 |
+
git+https://github.com/huggingface/diffusers.git@ad3344e2be033887d854d2731757db8b80dcfb06
|
5 |
+
torch==2.4.0
|
6 |
+
transformers==4.42.4
|
7 |
+
xformers
|
8 |
+
sentencepiece
|
9 |
+
gradio_imageslider
|
10 |
+
numpy<2
|
11 |
+
pydantic==2.10.6
|