chrisgoringe / cg-use-everywhere

Apache License 2.0
471 stars 33 forks source link

Add pyproject.toml for Custom Node Registry #194

Closed haohaocreates closed 4 months ago

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

chrisgoringe commented 4 months ago

Logged into registry, but when I try to create a publisher: Screenshot 2024-05-17 120357 I get Screenshot 2024-05-17 120348 However often I try...

robinjhuang commented 4 months ago

@chrisgoringe Sorry, it's not very clear but publisher names should be lowercase. We treat them as case-insensitive when seeing if there are conflicts.