Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +17 -8
requirements.txt
CHANGED
@@ -1,10 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
7 |
ftfy
|
|
|
8 |
imageio-ffmpeg
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
torch>=2.4.0
|
2 |
+
torchvision>=0.19.0
|
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 |
+
tqdm
|
9 |
+
imageio
|
10 |
+
easydict
|
11 |
ftfy
|
12 |
+
dashscope
|
13 |
imageio-ffmpeg
|
14 |
+
https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.0.8/flash_attn-2.7.4.post1+cu126torch2.7-cp310-cp310-linux_x86_64.whl
|
15 |
+
numpy>=1.23.5,<2
|
16 |
+
compel
|
17 |
+
invisible_watermark
|
18 |
+
pydantic==2.10.6
|
19 |
+
xformers
|