From 1bf8b7e668de16e11833df5647d2373005a99e89 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 00:13:22 +0000 Subject: [PATCH 1/3] chore(pyproject): Add pyproject.toml for Custom Node Registry --- 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..707cda5 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-flatten" +description = "" +version = "1.0.0" +license = "LICENSE" +dependencies = [] + +[project.urls] +Repository = "https://github.com/logtd/ComfyUI-FLATTEN" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-FLATTEN" +Icon = "" From 46777c073fdad9631e650c57b705e56aeb2e3ad3 Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Tue, 21 May 2024 20:16:30 -0400 Subject: [PATCH 2/3] Update pyproject.toml desc --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 707cda5..985c6b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "comfyui-flatten" -description = "" +description = "ComfyUI nodes to use [FLATTEN: optical FLow-guided ATTENtion for consistent text-to-video editing](https://github.com/yrcong/flatten)." version = "1.0.0" license = "LICENSE" dependencies = [] From bfb8eca4f70522987e316d5e9012489b139dbfe0 Mon Sep 17 00:00:00 2001 From: "log(td)" <160989552+logtd@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:18:42 -0600 Subject: [PATCH 3/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 985c6b1..0b24e7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,6 @@ Repository = "https://github.com/logtd/ComfyUI-FLATTEN" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" +PublisherId = "logtd" DisplayName = "ComfyUI-FLATTEN" Icon = ""