From 4cbc4ef3a22d0b016e5d2679ad9435171145aca5 Mon Sep 17 00:00:00 2001 From: haohaocreates Date: Wed, 22 May 2024 18:17:39 -0400 Subject: [PATCH 1/2] 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..706612c --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "lora-info" +description = "Shows Lora information from CivitAI and outputs trigger words and example prompt" +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/jitcoder/lora-info" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "lora-info" +Icon = "" From 2da908f671ac95938fe837d456b08645631555a7 Mon Sep 17 00:00:00 2001 From: haohaocreates <162922985+haohaocreates@users.noreply.github.com> Date: Thu, 20 Jun 2024 09:04:17 -0400 Subject: [PATCH 2/2] Update pyproject.toml pid --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 706612c..b5f854c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,6 @@ Repository = "https://github.com/jitcoder/lora-info" # Used by Comfy Registry https://comfyregistry.org [tool.comfy] -PublisherId = "" +PublisherId = "jitcoder" DisplayName = "lora-info" Icon = ""