Spaces:
Runtime error
Runtime error
Update env.yaml
Browse files
env.yaml
CHANGED
@@ -5,16 +5,25 @@ channels:
|
|
5 |
- conda-forge
|
6 |
- defaults
|
7 |
dependencies:
|
8 |
-
- python=3.
|
9 |
- pytorch=2.0.1
|
10 |
- pytorch-cuda=11.7
|
11 |
- torchvision=0.15.2
|
12 |
-
- pip
|
13 |
- pip:
|
|
|
|
|
14 |
- decord==0.6.0
|
15 |
-
- diffusers==0.
|
16 |
-
-
|
17 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
- xformers==0.0.20
|
19 |
-
-
|
20 |
-
-
|
|
|
|
|
|
5 |
- conda-forge
|
6 |
- defaults
|
7 |
dependencies:
|
8 |
+
- python=3.11.3
|
9 |
- pytorch=2.0.1
|
10 |
- pytorch-cuda=11.7
|
11 |
- torchvision=0.15.2
|
|
|
12 |
- pip:
|
13 |
+
- accelerate==0.19.0
|
14 |
+
- av==10.0.0
|
15 |
- decord==0.6.0
|
16 |
+
- diffusers[torch]==0.16.0
|
17 |
+
- einops==0.6.1
|
18 |
+
- ffmpeg==1.4
|
19 |
+
- imageio==2.31.1
|
20 |
+
- imageio-ffmpeg==0.4.9
|
21 |
+
- pandas==2.0.1
|
22 |
+
- timm==0.6.13
|
23 |
+
- tqdm==4.65.0
|
24 |
+
- transformers==4.28.1
|
25 |
- xformers==0.0.20
|
26 |
+
- omegaconf==2.3.0
|
27 |
+
- natsort==8.4.0
|
28 |
+
- rotary_embedding_torch
|
29 |
+
- gradio==4.3.0
|