Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +7 -18
requirements.txt
CHANGED
|
@@ -1,22 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
transformers>=4.45.0
|
| 6 |
-
git+https://github.com/huggingface/diffusers # التثبيت من الفرع الرئيسي لدعم Wan pipelines
|
| 7 |
-
accelerate>=0.33.0
|
| 8 |
safetensors
|
| 9 |
sentencepiece
|
|
|
|
| 10 |
ftfy
|
| 11 |
-
numpy>=1.26.0
|
| 12 |
-
Pillow>=10.3.0
|
| 13 |
-
scipy>=1.13.0
|
| 14 |
-
soundfile>=0.12.0
|
| 15 |
-
moviepy>=1.0.3
|
| 16 |
-
gradio>=4.44.0
|
| 17 |
-
spaces>=0.20.0
|
| 18 |
imageio-ffmpeg
|
| 19 |
-
opencv-python
|
| 20 |
-
|
| 21 |
-
# اختياري: إذا كنت تستخدم audiocraft
|
| 22 |
-
# audiocraft>=1.2.0
|
|
|
|
| 1 |
+
git+https://github.com/linoytsaban/diffusers.git@wan22-loras
|
| 2 |
+
|
| 3 |
+
transformers
|
| 4 |
+
accelerate
|
|
|
|
|
|
|
|
|
|
| 5 |
safetensors
|
| 6 |
sentencepiece
|
| 7 |
+
peft
|
| 8 |
ftfy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
imageio-ffmpeg
|
| 10 |
+
opencv-python
|
| 11 |
+
torchao==0.11.0
|
|
|
|
|
|