From c565384e59b42885ae2522adf49673fb4d5576c6 Mon Sep 17 00:00:00 2001 From: snomiao Date: Mon, 23 Dec 2024 00:10:56 +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..6b03e2c --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui_jankdiffusehigh" +description = "Janky implementation of [a/DiffuseHigh](https://github.com/yhyun225/DiffuseHigh/) for ComfyUI. Enables generating at resolutions higher than what the model was trained for without requiring model patches." +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["pywavelets", "pytorch-wavelets"] + +[project.urls] +Repository = "https://github.com/blepping/comfyui_jankdiffusehigh" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "comfyui_jankdiffusehigh" +Icon = ""