/ViddleAnimateDiff

Animatediff implementation. Includes a ControlNet pipeline.

Primary LanguagePythonApache License 2.0Apache-2.0

Viddle AnimateDiff

This is a fork of the original AnimateDiff project.

The goal is to update the dependecies and make the style more consistent with pipelines in the diffusers repo.

Development

The code has been tested with pythong 3.11.0

To setup a virtual environment with python 3.11.0, run the following commands:

python3.11 -m venv $(pwd)/.venv

Then activate the virtual environment:

source .venv/bin/activate

To install the required packages, run the following command:

pip install -r requirements.txt