Update requirements.txt
Browse files- requirements.txt +22 -14
requirements.txt
CHANGED
@@ -1,25 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
diffusers==0.32.2
|
2 |
accelerate>=1.1.1
|
3 |
transformers>=4.46.2
|
4 |
numpy==1.26.0
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
8 |
imageio>=2.35.1
|
9 |
imageio-ffmpeg>=0.5.1
|
10 |
-
sentencepiece>=0.2.0
|
11 |
-
SwissArmyTransformer>=0.4.12
|
12 |
-
openai>=1.54.0
|
13 |
-
pydantic>=2.10.3
|
14 |
-
einops
|
15 |
decord
|
16 |
-
protobuf
|
17 |
scipy
|
18 |
scikit-image
|
19 |
-
qwen_vl_utils
|
20 |
-
gdown
|
21 |
-
numpy==1.26.0
|
22 |
moviepy==2.2.1
|
23 |
-
spandrel>=0.4.0
|
24 |
scikit-video>=1.1.11
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core deep learning
|
2 |
+
torch==2.2.2+cu121
|
3 |
+
torchvision==0.17.2+cu121
|
4 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
5 |
+
|
6 |
diffusers==0.32.2
|
7 |
accelerate>=1.1.1
|
8 |
transformers>=4.46.2
|
9 |
numpy==1.26.0
|
10 |
+
einops
|
11 |
+
pydantic>=2.10.3
|
12 |
+
protobuf
|
13 |
+
sentencepiece>=0.2.0
|
14 |
+
|
15 |
+
# Image / Video processing
|
16 |
+
opencv-python-headless>=4.10.0.84
|
17 |
imageio>=2.35.1
|
18 |
imageio-ffmpeg>=0.5.1
|
|
|
|
|
|
|
|
|
|
|
19 |
decord
|
|
|
20 |
scipy
|
21 |
scikit-image
|
|
|
|
|
|
|
22 |
moviepy==2.2.1
|
|
|
23 |
scikit-video>=1.1.11
|
24 |
+
|
25 |
+
# Specialized libraries
|
26 |
+
SwissArmyTransformer>=0.4.12
|
27 |
+
spandrel>=0.4.0
|
28 |
+
gdown
|
29 |
+
qwen_vl_utils
|
30 |
+
openai>=1.54.0
|
31 |
+
|
32 |
+
# UI
|
33 |
+
gradio
|