smthemex / ComfyUI_Pic2Story

ComfyUI simple node based on BLIP method, with the function of Image to Txt
BSD 3-Clause "New" or "Revised" License
8 stars 2 forks source link

Add pyproject.toml for Custom Node Registry #2

Closed haohaocreates closed 2 months ago

haohaocreates commented 2 months ago

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

Action Required:

If you want to publish the node manually, install the cli by running pip install comfy-cli, then 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 commented 2 months ago

hey @smthemex, wanted to send a small nudge and ask if you had any questions!