Kosinkadink / ComfyUI-AnimateDiff-Evolved

Improved AnimateDiff for ComfyUI and Advanced Sampling Support
Apache License 2.0
2.3k stars 177 forks source link

Add pyproject.toml for Custom Node Registry. #377

Closed robinjhuang closed 1 month ago

robinjhuang commented 1 month 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!

robinjhuang commented 1 month ago

Thanks for creating the publisher! I updated the PR with the publisher id. Should be good to merge now.