Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.41.2
|
2 |
+
torch==2.5.1+cu124
|
3 |
+
torchvision==0.20.1+cu124
|
4 |
+
torchaudio==2.5.1+cu124
|
5 |
+
torchtext==0.18.0
|
6 |
+
torchdata==0.8.0
|
7 |
+
xformers==0.0.28.post3
|
8 |
+
loguru
|
9 |
+
imageio
|
10 |
+
imageio[ffmpeg]
|
11 |
+
diffusers
|
12 |
+
transformers
|
13 |
+
accelerate
|
14 |
+
aria2
|