Create requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.13.1+cu116
|
2 |
+
torchvision==0.14.1+cu116
|
3 |
+
torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116
|
4 |
+
diffusers==0.24.0
|
5 |
+
transformers==4.27.0
|
6 |
+
xformers==0.0.16
|
7 |
+
imageio==2.27.0
|
8 |
+
decord==0.6.0
|
9 |
+
huggingface_hub==0.25.2
|
10 |
+
einops
|
11 |
+
triton==2.1.0
|
12 |
+
opencv-python
|
13 |
+
av
|
14 |
+
scipy
|
15 |
+
accelerate==0.27.2
|
16 |
+
colorlog
|
17 |
+
pyparsing
|
18 |
+
gradio
|
19 |
+
omegaconf
|
20 |
+
scikit-image
|
21 |
+
matplotlib
|
22 |
+
kornia
|
23 |
+
moviepy
|