Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
git+https://github.com/huggingface/diffusers.git
|
2 |
transformers
|
3 |
accelerate
|
4 |
safetensors
|
@@ -6,4 +6,5 @@ sentencepiece
|
|
6 |
peft
|
7 |
ftfy
|
8 |
imageio-ffmpeg
|
9 |
-
opencv-python
|
|
|
|
1 |
+
git+https://github.com/huggingface/diffusers.git
|
2 |
transformers
|
3 |
accelerate
|
4 |
safetensors
|
|
|
6 |
peft
|
7 |
ftfy
|
8 |
imageio-ffmpeg
|
9 |
+
opencv-python
|
10 |
+
einops
|