ljleb / comfy-mecha

Executable Stable Diffusion merge recipes in comfyui
MIT License
52 stars 3 forks source link

Add pyproject.toml for Custom Node Registry #2

Closed haohaocreates closed 3 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:

Please message me on Discord if you have any questions!

ljleb commented 4 months ago

Thanks for the suggestion.

Currently, although the nodes are functional, the repo is not complete. Some nodes are missing (I need to look into nodes that create linked lists, all missing nodes have an array parameter).

When this is done, I intend on writing the readme and publishing to comfy manager. I will also take a look at this registry, at a first glance it seems to be a good idea.

haohaocreates commented 4 months ago

Thanks for the suggestion.

Currently, although the nodes are functional, the repo is not complete. Some nodes are missing (I need to look into nodes that create linked lists, all missing nodes have an array parameter).

When this is done, I intend on writing the readme and publishing to comfy manager. I will also take a look at this registry, at a first glance it seems to be a good idea.

of course! this sounds great! as a heads up we're working with dr.lt.data on the registry as well!