support sdxl

This commit is contained in:
limbo0000
2023-11-10 11:57:39 +08:00
parent 60dfd554c0
commit d6f459dbd6
111 changed files with 5620 additions and 3750 deletions

View File

@@ -1,23 +1,34 @@
name: animatediff
name: animatediff_xl
channels:
- pytorch
- nvidia
- defaults
dependencies:
- python=3.10
- pytorch=1.13.1
- torchvision=0.14.1
- torchaudio=0.13.1
- numpy=1.25.0
- pillow=9.4.0
- python=3.10.12
- pytorch-cuda=11.7
- pip
- pip:
- diffusers==0.11.1
- transformers==4.25.1
- xformers==0.0.16
- imageio==2.27.0
- decord==0.6.0
- gdown
- einops
- omegaconf
- safetensors
- gradio
- wandb
- absl-py==1.4.0
- accelerate==0.21.0
- av==10.0.0
- beautifulsoup4==4.12.2
- bitsandbytes==0.41.1
- colorama==0.4.4
- decord==0.6.0
- diffusers==0.20.2
- easydict==1.10
- einops==0.7.0rc1
- gdown==4.7.1
- imageio==2.27.0
- omegaconf==2.3.0
- torch==2.1.0
- torchaudio==2.1.0
- torchvision==0.16.0
- tqdm==4.65.0
- transformers==4.30.0
- wandb==0.15.8
- xformers==0.0.22.post4
- scipy
- imageio[ffmpeg]