Skip to content

Commit 3dcfca9

Browse files
authored
Merge pull request #8 from haohaocreates/pyproject
Add pyproject.toml for Custom Node Registry
2 parents 3a6cebe + 586b122 commit 3dcfca9

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 = "comfyui-styles_csv_loader"
3+
description = "This extension allows users to load styles from a CSV file, primarily for migration purposes from the automatic1111 Stable Diffusion web UI."
4+
version = "1.0.0"
5+
license = "MIT"
6+
7+
[project.urls]
8+
Repository = "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader"
9+
# Used by Comfy Registry https://comfyregistry.org
10+
11+
[tool.comfy]
12+
PublisherId = "theupsider"
13+
DisplayName = "ComfyUI-Styles_CSV_Loader"
14+
Icon = ""

0 commit comments

Comments
 (0)