Update requirements.txt
Browse files- requirements.txt +26 -1
requirements.txt
CHANGED
@@ -1 +1,26 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.5.1
|
2 |
+
torchvision>=0.20.1
|
3 |
+
opencv-python>=4.9.0.80
|
4 |
+
diffusers>=0.31.0
|
5 |
+
transformers>=4.49.0
|
6 |
+
tokenizers>=0.20.3
|
7 |
+
accelerate>=1.1.1
|
8 |
+
gradio>=5.0.0
|
9 |
+
numpy>=1.23.5,<2
|
10 |
+
tqdm
|
11 |
+
imageio
|
12 |
+
easydict
|
13 |
+
ftfy
|
14 |
+
dashscope
|
15 |
+
imageio-ffmpeg
|
16 |
+
flash_attn
|
17 |
+
decord
|
18 |
+
einops
|
19 |
+
scikit-image
|
20 |
+
scikit-learn
|
21 |
+
pycocotools
|
22 |
+
timm
|
23 |
+
onnxruntime-gpu
|
24 |
+
BeautifulSoup4
|
25 |
+
#ltx-video@git+https://github.com/Lightricks/[email protected]
|
26 |
+
#wan@git+https://github.com/Wan-Video/Wan2.1
|