AIGODLIKE / AIGODLIKE-ComfyUI-Translation

A plugin for multilingual translation of ComfyUI,This plugin implements translation of resident menu bar/search bar/right-click context menu/node, etc
https://www.aigodlike.com/
1.32k stars 113 forks source link

Add pyproject.toml for Custom Node Registry #236

Closed haohaocreates closed 3 months ago

haohaocreates 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!

haohaocreates commented 2 months ago

Hey @AIGODLIKE, Saw that you merged the PR which is amazing!!!!! Just a few last steps to get you onboarded 🚀

Steps:

  1. Go to the registry. [https://www.comfyregistry.org/]
  2. Login and create a publisher id.
  3. Update the toml file with your publisher ID, and publish your node either through the CLI or with GH Actions!

There's also like a 1minute video we made too teehee - https://youtu.be/WhOZZOgBggU

Let me know if there is anything else I can help with!!"