Skip to content

Commit 7ff0415

Browse files
Added pyproject.toml for Custom Node Registry (#3)
We are working with dr.lt.data and comfyanon to build a global registry for custom nodes (similar to PyPI). Eventually, the registry will be used as a backend for the UI-manager. All nodes go through a verification process before being published to users. The main benefits are that authors can - publish nodes by version and users can safely update nodes knowing ahead of time if their workflows will break or not - automate testing against new commits in the comfy repo and existing workflows through our CI/CD dashboard Action Required: - [ ] Go to the [registry](https://registry.comfy.org). Login and create a publisher id. Add the publisher id into the pyproject.toml file. - [ ] Write a short description. - [ ] Merge the separate Github Actions PR and run the workflow. If you want to publish the node manually, [install the cli](https://docs.comfy.org/comfy-cli/getting-started#install-cli) and run `comfy node publish` Check out our [docs](https://docs.comfy.org/registry/overview#introduction) if you want to know more about the registry. Otherwise, feel free to message me on discord at haohao_81202 or join our [server](https://discord.com/invite/comfyorg) if you have any questions! --------- Co-authored-by: Hayden Reeve <[email protected]>
1 parent 053e0d9 commit 7ff0415

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-better-strings"
3+
description = "Strings should be easy, and simple. This extension aims to provide a set of nodes that make working with strings in ComfyUI a little bit easier."
4+
version = "1.0.0"
5+
license = { file = "LICENSE" }
6+
7+
[project.urls]
8+
Repository = "https://github.com/HaydenReeve/ComfyUI-Better-Strings"
9+
# Used by Comfy Registry https://comfyregistry.org
10+
11+
[tool.comfy]
12+
PublisherId = "greysion"
13+
DisplayName = "ComfyUI-Better-Strings"
14+
Icon = ""

0 commit comments

Comments
 (0)