From 2569299d4a9db31d1d722bf50646c6dad03b97e8 Mon Sep 17 00:00:00 2001 From: snomiao Date: Fri, 16 Aug 2024 09:59:23 +0000 Subject: [PATCH 1/3] 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..b035800 --- /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 # SWIPAT filed under: https://nvbugs/4702469", "pillow>=10.0.1 # SWIPAT filed under: https://nvbugs/4702475", "requests # SWIPAT filed under: https://nvbugs/4702237", "torch # SWIPAT filed under: https://nvbugs/4702252"] + +[project.urls] +Repository = "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix" +# Used by Comfy Registry https://comfyregistry.org + +[tool.comfy] +PublisherId = "" +DisplayName = "ComfyUI-RTX-Remix" +Icon = "" From e16e9d309c49e1e8c907d244f7065b8d7e47bab6 Mon Sep 17 00:00:00 2001 From: Nicolas Kendall-Bar Date: Wed, 4 Sep 2024 16:22:03 -0700 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b035800..d346119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,13 +3,13 @@ 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 # SWIPAT filed under: https://nvbugs/4702469", "pillow>=10.0.1 # SWIPAT filed under: https://nvbugs/4702475", "requests # SWIPAT filed under: https://nvbugs/4702237", "torch # SWIPAT filed under: https://nvbugs/4702252"] +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 = "" +PublisherId = "nvida-gameworks" DisplayName = "ComfyUI-RTX-Remix" -Icon = "" +Icon = "remix.png" From bbc513815e4f1d2170f2774b99c9e7fa6d2a885e Mon Sep 17 00:00:00 2001 From: Nicolas Kendall-Bar Date: Mon, 23 Sep 2024 17:07:06 -0700 Subject: [PATCH 3/3] add icon path --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d346119..97fff17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,4 +12,4 @@ Repository = "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix" [tool.comfy] PublisherId = "nvida-gameworks" DisplayName = "ComfyUI-RTX-Remix" -Icon = "remix.png" +Icon = "images/remix.png"