From 4ec76e723b15263229f88ea5d50206136cb35c5a Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 22 May 2024 08:53:03 +0000 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..0e2acd8 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,14 @@ +[project] +name = "comfyui-artgallery" +description = "Prompt Visualization | Art Gallery\n[w/WARN: Installation requires 2GB of space, and it will involve a long download time.]" +version = "1.0.0" +license = "LICENSE" + +[project.urls] +Repository = "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery" + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-ArtGallery" +Icon = "" +Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]