update readme

This commit is contained in:
Yuwei Guo
2023-07-12 16:57:50 +08:00
parent 05fdf470ad
commit 3742e3e524
7 changed files with 33 additions and 16 deletions

20
environment.yaml Normal file
View File

@@ -0,0 +1,20 @@
name: animatediff
channels:
- pytorch
- xformers
dependencies:
- python=3.10
- pytorch==1.12.1
- torchvision==0.13.1
- torchaudio==0.12.1
- cudatoolkit=11.3
- xformers
- pip
- pip:
- diffusers[torch]==0.11.1
- transformers==4.25.1
- imageio==2.27.0
- gdown
- einops
- omegaconf
- safetensors