-
Notifications
You must be signed in to change notification settings - Fork 68
Add pyproject.toml for Custom Node Registry #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
I'll merge this one before the CI
Hey @melMass, Saw that you merged the PR which is amazing!!!!! Just a few last steps to get you onboarded 🚀 Steps:
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!!" |
I will do it today! |
Yes exactly!
You can use our GH actions too but if there’s another suggestion / more
efficient way definitely let us know! Hehe
…On Thu, Jun 20, 2024 at 9:16 AM Mel Massadian ***@***.***> wrote:
I will do it today!
I realized I need to version up each time I push to main for the registry
right?
If so I will think of a way to automate it, and probably work more with PRs
—
Reply to this email directly, view it on GitHub
<#181 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BG3AD2INPBUWUM2GEXE4QWLZILI4PAVCNFSM6AAAAABIAWCAFSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBQGY3DCOBYGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@haohaocreates I realize I think did what you asked back when we merged this? I already have a publisher id: Line 6 in fa3199b
https://registry.comfy.org/publishers/mel I will fix auto version today |
Yes!!!! So if you already have a publisher ID you can skip the comfy
registry set up, and just fill in the "publisher ID" section of the toml
file without having to create another one!
Also, I got your discord message, love that you go the icon and auto
verison working hehe
…On Fri, Jun 21, 2024 at 8:56 AM Mel Massadian ***@***.***> wrote:
@haohaocreates <https://github.com/haohaocreates> I realize I think did
what you asked back when we merged this?
I already have a publisher id:
https://github.com/melMass/comfy_mtb/blob/fa3199be2b87bf3cb7484a0fee32a8ac099adc65/pyproject.toml#L6
https://registry.comfy.org/publishers/mel
I will fix auto version today
—
Reply to this email directly, view it on GitHub
<#181 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BG3AD2IF2GLG57PQ552ORYTZIQPGFAVCNFSM6AAAAABIAWCAFSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBSG4YDEMZZHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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!