Skip to content

Commit a66cf39

Browse files
Merge pull request #3 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 24311f0 + e9024bd commit a66cf39

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[project]
2+
name = "sdxlcustomaspectratio"
3+
description = "A quick and easy ComfyUI custom node for setting SDXL-friendly aspect ratios."
4+
version = "1.0.0"
5+
license = "LICENSE"
6+
7+
[project.urls]
8+
Repository = "https://github.com/throttlekitty/SDXLCustomAspectRatio"
9+
# Used by Comfy Registry https://comfyregistry.org
10+
11+
[tool.comfy]
12+
PublisherId = ""
13+
DisplayName = "SDXLCustomAspectRatio"
14+
Icon = ""

0 commit comments

Comments
 (0)