Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
pip
|
2 |
transformers
|
3 |
-
diffusers
|
4 |
accelerate
|
5 |
torch
|
6 |
ftfy
|
@@ -9,4 +9,5 @@ xformers
|
|
9 |
invisible_watermark
|
10 |
opencv-python
|
11 |
uuid
|
12 |
-
triton
|
|
|
|
1 |
pip
|
2 |
transformers
|
3 |
+
git+https://github.com/huggingface/diffusers.git
|
4 |
accelerate
|
5 |
torch
|
6 |
ftfy
|
|
|
9 |
invisible_watermark
|
10 |
opencv-python
|
11 |
uuid
|
12 |
+
triton
|
13 |
+
sentencepiece
|