dream2589632147 commited on
Commit
e8252c3
·
verified ·
1 Parent(s): 6447e6c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -18
requirements.txt CHANGED
@@ -1,22 +1,11 @@
1
- torch>=2.4.0
2
- torchaudio>=2.4.0 # للتوافق مع torch
3
- torchvision>=0.19.0 # للتوافق مع torch
4
- torchao>=0.3.0 # لدعم ميزات quantization الحديثة
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-headless
20
- huggingface-hub[cli] # إضافة لتنزيل النماذج بسهولة
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