mirror of
https://github.com/guoyww/AnimateDiff.git
synced 2026-04-03 17:56:15 +02:00
22 lines
393 B
YAML
22 lines
393 B
YAML
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
|
|
- pyyaml
|
|
- gradio=3.36.1 |