From 65650ea32f242feea8fd30ccf1ffb69f1f0d50d4 Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 10 Jul 2024 14:59:17 +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..016bc75 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui_cas" +description = "This extension provides nodes that allow experimentation with various elements (samplers, latent, activators, attenuator, scheulders, ...) of Stable Diffusion." +version = "1.0.0" +license = "LICENSE" +dependencies = ["inspect", "math", "tqdm", "kornia", "functools", "matplotlib", "numpy", "einops", "json", "logging", "random", "typing", "pywt", "opensimplex", "scipy"] + +[project.urls] +Repository = "https://github.com/BenNarum/ComfyUI_CAS" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI_CAS" +Icon = ""