2023-07-03 00:32:41 +08:00
2023-07-03 00:32:41 +08:00

AnimateDiff

This repository is the official implementation of [AnimateDiff].

AnimateDiff: Animate Your Personalized Text-to-Image Diffusion Models without Specific Tuning
Yuwei Guo, Ceyuan Yang, Anyi Rao, Yaohui Wang, Yu Qiao, Dahua Lin, Bo Dai


Paper | Project

Setup

Install the required packages:

pip install -r requirements.txt

Inference

  1. Download personalized Stable Diffusion (LoRA or DreamBooth are currently supported) from CivitAI or Huggingface;

  2. Download our motion module's pretrained weights from this link;

  3. Edit config files in

configs/prompts/lora.yaml
  1. Execute animation generation:
python -m scripts.animate --prompt configs/prompts/lora.yaml
Description
Official implementation of AnimateDiff.
Readme 390 MiB
Languages
Python 100%