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"