Skip to content

Commit

Permalink
Merge pull request #9 from haohaocreates/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
kijai authored Jun 19, 2024
2 parents 9291601 + 193ab66 commit 64b3154
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[project]
name = "comfyui-admotiondirector"
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"]

[project.urls]
Repository = "https://github.com/kijai/ComfyUI-ADMotionDirector"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
DisplayName = "ComfyUI-ADMotionDirector"
Icon = ""

0 comments on commit 64b3154

Please sign in to comment.