From 1b5beaa3a5ba6742e77062eeb480d54060f87c23 Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 14 Jun 2024 06:43:20 +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..359a489 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-ootdiffusion" +description = "A ComfyUI custom node that simply integrates the [a/OOTDiffusion](https://github.com/levihsu/OOTDiffusion) functionality." +version = "1.0.0" +license = "LICENSE" +dependencies = ["torch", "torchvision", "numpy", "scipy", "scikit-image", "opencv-python", "pillow", "diffusers==0.24.0", "transformers", "accelerate", "matplotlib", "tqdm", "gradio", "einops", "ninja", "onnxruntime"] + +[project.urls] +Repository = "https://github.com/AuroBit/ComfyUI-OOTDiffusion" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-OOTDiffusion" +Icon = ""