FizzleDorf / ComfyUI_FizzNodes

Custom Nodes for Comfyui
MIT License
370 stars 56 forks source link

Add pyproject.toml for Custom Node Registry #92

Closed robinjhuang closed 3 months ago

robinjhuang commented 3 months ago

We are building a global registry for custom nodes (similar to PyPI). The registry makes using custom nodes more reliable by reserving globally unique names for each custom node, and supporting semantic versioning.

Here’s some more information on the registry.

Action Required:

If you want to publish the node manually, install the cli and run comfy node publish

Please message me on Discord if you have any questions!

robinjhuang commented 3 months ago

@FizzleDorf I updated the publisher id in the pyproject.toml. Should be good to merge now. If you added the personal access token to your repository secrets, this github actions should auto publish it.