Yet Another Node Collection, a repository of simple nodes for ComfyUI.
This repository was created to alleviate a few of the problems I experienced using other ComfyUI custom node repositories:
- I frequently wanted only one custom node out of several in a repository.
- Some custom nodes were more complex than necessary, making them and dependent workflows inaccessible or otherwise difficult to use after a ComfyUI update.
- Some custom nodes were updated such that dependent workflows became inaccessible or otherwise difficult to use afterwards.
This repository eases the addition or removal of custom nodes to itself.
- Custom node scripts can follow the format used by example_node.py.example.
- Add or remove nodes by adding or removing scripts to or from the nodes directory.
- Credit to pythongosssss for __init__.py, the script which discovers and imports nodes.