ComfyUI Extension
comfyui-yanc
NOTE: Concatenate Strings, Format Datetime String, Integer Caster, Multiline String, Truncate String. Yet Another Node Collection, a repository of simple nodes for…
ka-puna/comfyui-yanc
Nodes7
On cloudLocal install
Categoryutils, utils/primitives
Stars12
Updated11 months ago
Nodes (7)
Concatenate Strings
Join Two Strings With a Separator in ComfyUI
utils
Format Datetime String
Stamp the Current Time Into a String
utils
Get Widget Value String
Pull Any Widget's Value Without Rewiring Your Graph
utils
Integer Caster
One Integer In, INT/FLOAT/STRING Out
utils/primitives
Multiline String
A clean text box that outputs a string
utils/primitives
Save Image as WEBP
The Stock Save Image Node, Smaller Files
image
Truncate String
Cut a String Down to Size Without Chopping a Word in Half
utils
Readme
comfyui-yanc
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.
