From 55c172839391531edeb181eb6dfe717fb72ad626 Mon Sep 17 00:00:00 2001 From: snomiao Date: Wed, 17 Jul 2024 01:24:57 +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..aa699ae --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-ultrapixel" +description = "Implementation of UltraPixel on ComfyUI" +version = "1.0.0" +license = "LICENSE" +dependencies = ["webdataset>=0.2.79", "wandb>=0.16.2", "munch>=4.0.0", "warmup-scheduler @ git+https://github.com/ildoonet/pytorch-gradual-warmup-lr.git", "torchtools @ git+https://github.com/pabloppp/pytorch-tools"] + +[project.urls] +Repository = "https://github.com/2kpr/ComfyUI-UltraPixel" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-UltraPixel" +Icon = ""