Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +8 -12
requirements.txt
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
-
|
2 |
-
transformers
|
3 |
-
|
4 |
-
|
5 |
-
safetensors
|
6 |
-
|
7 |
-
|
8 |
-
peft
|
9 |
-
protobuf
|
10 |
-
psutil
|
11 |
-
xformers
|
12 |
-
cosmos_guardrail
|
|
|
1 |
+
git+https://github.com/huggingface/diffusers.git
|
2 |
+
transformers
|
3 |
+
accelerate
|
4 |
+
sentencepiece
|
5 |
+
safetensors
|
6 |
+
torchvision
|
7 |
+
git+https://github.com/yiyixuxu/cosmos-guardrail.git
|
8 |
+
peft
|
|
|
|
|
|
|
|