guoyww commited on
Commit
2898901
1 Parent(s): 0223854
Files changed (2) hide show
  1. environment.yaml +0 -21
  2. requirements.txt +14 -0
environment.yaml DELETED
@@ -1,21 +0,0 @@
1
- name: animatediff
2
- channels:
3
- - pytorch
4
- - xformers
5
- dependencies:
6
- - python=3.10
7
- - pytorch==1.12.1
8
- - torchvision==0.13.1
9
- - torchaudio==0.12.1
10
- - cudatoolkit=11.3
11
- - xformers
12
- - pip
13
- - pip:
14
- - diffusers[torch]==0.11.1
15
- - transformers==4.25.1
16
- - imageio==2.27.0
17
- - gdown
18
- - einops
19
- - omegaconf
20
- - safetensors
21
- - gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ python=3.10
2
+ pytorch==1.12.1
3
+ torchvision==0.13.1
4
+ torchaudio==0.12.1
5
+ cudatoolkit=11.3
6
+ xformers
7
+ diffusers[torch]==0.11.1
8
+ transformers==4.25.1
9
+ imageio==2.27.0
10
+ gdown
11
+ einops
12
+ omegaconf
13
+ safetensors
14
+ gradio