Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
git+https://github.com/huggingface/diffusers.git
|
2 |
-
git+https://github.com/huggingface/peft.git
|
3 |
-
git+https://github.com/huggingface/transformers.git
|
4 |
-
git+https://github.com/huggingface/accelerate.git
|
5 |
safetensors
|
6 |
-
torch
|
7 |
-
einops
|
8 |
-
torchvision
|
9 |
spaces
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
safetensors
|
|
|
|
|
|
|
2 |
spaces
|
3 |
+
torch>=2.5.1
|
4 |
+
torchvision>=0.20.1
|
5 |
+
peft
|
6 |
+
diffusers>=0.32.1
|
7 |
+
transformers>=4.47.1
|
8 |
+
einops>=0.7.0
|
9 |
+
accelerate>=1.2.1
|