Skip to content

Commit

Permalink
Add pyproject.toml for Custom Node Registry (#2)
Browse files Browse the repository at this point in the history
* chore(pyproject): Add pyproject.toml for Custom Node Registry

* Update pyproject.toml

* add icon path

---------

Co-authored-by: snomiao <[email protected]>
Co-authored-by: Nicolas Kendall-Bar <[email protected]>
  • Loading branch information
3 people authored Sep 24, 2024
1 parent 95b7db5 commit 53ed6cc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 53ed6cc

Please sign in to comment.