Create requirements.txt
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python=3.10
|
2 |
+
pytorch=2.1.2
|
3 |
+
torchvision=0.16.2
|
4 |
+
torchaudio=2.1.2
|
5 |
+
pytorch-cuda=11.8
|
6 |
+
accelerate==0.25.0
|
7 |
+
diffusers==0.26.1
|
8 |
+
transformers==4.25.1
|
9 |
+
imageio==2.27.0
|
10 |
+
decord==0.6.0
|
11 |
+
gdown
|
12 |
+
einops
|
13 |
+
omegaconf
|
14 |
+
safetensors
|
15 |
+
gradio==3.41.2
|
16 |
+
wandb
|
17 |
+
imageio-ffmpeg
|
18 |
+
av
|
19 |
+
imageio[ffmpeg]
|
20 |
+
imageio[pyav]
|