Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +18 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
accelerate
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/linoytsaban/diffusers.git@wan22-loras
|
| 2 |
+
|
| 3 |
+
transformers<5
|
| 4 |
accelerate
|
| 5 |
+
safetensors
|
| 6 |
+
sentencepiece
|
| 7 |
+
peft
|
| 8 |
+
ftfy
|
| 9 |
+
imageio
|
| 10 |
+
imageio-ffmpeg
|
| 11 |
+
opencv-python
|
| 12 |
+
torchao==0.11.0
|
| 13 |
+
|
| 14 |
+
numpy>=1.16, <=1.23.5
|
| 15 |
+
# tqdm>=4.35.0
|
| 16 |
+
# sk-video>=1.1.10
|
| 17 |
+
# opencv-python>=4.1.2
|
| 18 |
+
# moviepy>=1.0.3
|
| 19 |
+
torchvision
|