comfyui-optical-flow icon indicating copy to clipboard operation
comfyui-optical-flow copied to clipboard

Add pyproject.toml for Custom Node Registry

Open haohaocreates opened this issue 9 months ago • 2 comments

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. 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 and run comfy node publish

Check out our docs if you want to know more about the registry. Otherwise, feel free to message me on discord at haohao_81202 or join our server if you have any questions!

haohaocreates avatar May 22 '24 20:05 haohaocreates