From 78415be88246aa5eca2d88171360a8023af4d786 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Sun, 12 Jan 2025 18:20:52 -0800 Subject: [PATCH] Add pyproject.toml for Custom Node Registry (#177) * chore(pyproject): Add pyproject.toml for Custom Node Registry * Update pyproject.toml Add Publisher id --------- Co-authored-by: snomiao Co-authored-by: Bubbliiiing <47347516+bubbliiiing@users.noreply.github.com> --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..5b59328 --- /dev/null +++ b/pyproject.toml @@ -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 = ""