From 61e24ccfed0da25b4fa0d7e59cf98c5aee852150 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 16:52:12 -0400 Subject: [PATCH] chore(pyproject): Add pyproject.toml for Custom Node Registry --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..660eee0 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui-optical-flow" +description = "This package contains three nodes to help you compute optical flow between pairs of images, usually adjacent frames in a video, visualize the flow, and apply the flow to another image of the same dimensions. Most of the code is from Deforum, so this is released under the same license (MIT)." +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/seanlynch/comfyui-optical-flow" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "comfyui-optical-flow" +Icon = ""