Skip to content

Commit 887ec44

Browse files
author
Yuwei Guo
committed
fix env
1 parent 5c85af5 commit 887ec44

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

environment.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: animatediff
22
channels:
33
- pytorch
4-
- xformers
4+
- nvidia
55
dependencies:
66
- python=3.10
7-
- pytorch==1.12.1
8-
- torchvision==0.13.1
9-
- torchaudio==0.12.1
10-
- cudatoolkit=11.3
11-
- xformers
7+
- pytorch=1.13.1
8+
- torchvision=0.14.1
9+
- torchaudio=0.13.1
10+
- pytorch-cuda=11.7
1211
- pip
1312
- pip:
14-
- diffusers[torch]==0.11.1
13+
- diffusers==0.11.1
1514
- transformers==4.25.1
15+
- xformers==0.0.16
1616
- imageio==2.27.0
1717
- gdown
1818
- einops

0 commit comments

Comments
 (0)