From 84d45a36b70ca10bc3625502281135d38d12caf6 Mon Sep 17 00:00:00 2001 From: null Date: Sun, 19 May 2024 18:41:46 +0000 Subject: [PATCH] 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..828ed61 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui_jags_vectormagic" +description = "" +version = "1.0.0" +license = "LICENSE" +dependencies = ["librosa", "numpy", "Pillow", "scipy", "color-matcher", "matplotlib", "clip-interrogator", "simpleeval", "ultralytics", "ultralyticsplus", "CLIPSeg", "OpenCV"] + +[project.urls] +Repository = "https://github.com/jags111/ComfyUI_Jags_VectorMagic" + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_Jags_VectorMagic" +Icon = "" +Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]