Skip to content

Commit

Permalink
Add pyproject.toml for Custom Node Registry (#177)
Browse files Browse the repository at this point in the history
* chore(pyproject): Add pyproject.toml for Custom Node Registry

* Update pyproject.toml

Add Publisher id

---------

Co-authored-by: snomiao <[email protected]>
Co-authored-by: Bubbliiiing <[email protected]>
  • Loading branch information
3 people authored Jan 13, 2025
1 parent 5b9777d commit 78415be
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 = "easyanimate"
description = "Video Generation Nodes for EasyAnimate, which suppors text-to-video, image-to-video, video-to-video and different controls."
version = "1.0.0"
license = {file = "LICENSE"}
dependencies = ["Pillow", "einops", "safetensors", "timm", "tomesd", "torch>=2.1.2", "torchdiffeq", "torchsde", "decord", "datasets", "numpy", "scikit-image", "opencv-python", "omegaconf", "SentencePiece", "albumentations", "imageio[ffmpeg]", "imageio[pyav]", "tensorboard", "beautifulsoup4", "ftfy", "func_timeout", "accelerate>=0.25.0", "gradio>=3.41.2,<=3.48.0", "diffusers>=0.30.1", "transformers>=4.37.2"]

[project.urls]
Repository = "https://github.com/aigc-apps/EasyAnimate"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = "bubbliiiing"
DisplayName = "EasyAnimate"
Icon = ""

0 comments on commit 78415be

Please sign in to comment.