From 53ed6cca8f0e7298ecbc191904cd99f49061be5c Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Tue, 24 Sep 2024 09:08:14 +0900 Subject: [PATCH] Add pyproject.toml for Custom Node Registry (#2) * chore(pyproject): Add pyproject.toml for Custom Node Registry * Update pyproject.toml * add icon path --------- Co-authored-by: snomiao Co-authored-by: Nicolas Kendall-Bar --- 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..97fff17 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "comfyui-rtx-remix" +description = "Use ComfyUI with RTX Remix to remaster classic games [a/https://github.com/NVIDIAGameWorks/rtx-remix](https://github.com/NVIDIAGameWorks/rtx-remix)" +version = "1.0.0" +license = {file = "LICENSE"} +dependencies = ["numpy", "pillow>=10.0.1", "requests", "torch"] + +[project.urls] +Repository = "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "nvida-gameworks" +DisplayName = "ComfyUI-RTX-Remix" +Icon = "images/remix.png"