From 228704b77c4fb0b4c3da1da07ecf000e056fa0f7 Mon Sep 17 00:00:00 2001 From: snomiao Date: Sat, 21 Dec 2024 02:23:04 +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 00000000..730e66e5 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui" +description = "" +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["torch", "torchsde", "torchvision", "torchaudio", "einops", "transformers>=4.28.1", "tokenizers>=0.13.3", "sentencepiece", "safetensors>=0.4.2", "aiohttp", "pyyaml", "Pillow", "scipy", "tqdm", "psutil", "#non essential dependencies:", "kornia>=0.7.1", "spandrel", "soundfile"] + +[project.urls] +Repository = "https://github.com/comfyanonymous/ComfyUI" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI" +Icon = ""