huchenlei / ComfyUI-layerdiffuse

Layer Diffuse custom nodes
Apache License 2.0
1.49k stars 145 forks source link

Add pyproject.toml for Custom Node Registry #80

Closed robinjhuang closed 6 months ago

robinjhuang commented 6 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 6 months ago

Thanks for the quick review! @huchenlei you just need to create a publisher id (ideally same as your github name).

Steps: Go to the registry. Login and create a publisher id. Comment it here and we will update the PR (or just merge it and change it yourself).