Skip to content

Commit

Permalink
Merge pull request #82 from haohaocreates/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
ssitu authored Oct 8, 2024
2 parents 4161f8a + 10b7624 commit e617ff2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[project]
name = "comfyui_ultimatesdupscale"
description = "ComfyUI nodes for the Ultimate Stable Diffusion Upscale script by Coyote-A."
version = "1.0.0"
license = "LICENSE"

[project.urls]
Repository = "https://github.com/ssitu/ComfyUI_UltimateSDUpscale"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = "ssit"
DisplayName = "ComfyUI_UltimateSDUpscale"
Icon = ""

0 comments on commit e617ff2

Please sign in to comment.