diff --git a/pyproject.toml b/pyproject.toml index eb28af2..690ccba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "comfyui-admotiondirector" -description = "" +description = "This is a trainer for AnimateDiff MotionLoRAs, based on the implementation of MotionDirector by ExponentialML." version = "1.0.0" license = "LICENSE" dependencies = ["diffusers==0.26.2", "huggingface_hub>=0.20.3", "transformers==4.37.2", "loralib", "einops", "omegaconf", "lion-pytorch", "peft", "imageio>=2.33.1", "imageio-ffmpeg>=0.4.7"]