-
Notifications
You must be signed in to change notification settings - Fork 11
/
node_list.json
22 lines (22 loc) · 1.68 KB
/
node_list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"0246.Highway": "Yet another implementation but overkill version of pipe and reroute.",
"0246.HighwayBatch": "Batching version of Highway.",
"0246.Junction": "Over-the-head data packing and unpacking sequentially.",
"0246.JunctionBatch": "If Junction and ComfyUI batching have a kid.",
"0246.Merge": "Pipe and batch merging.",
"0246.BoxRange": "Visualization of boxes. Useful for anything that requires boxes (x, y, width, height). Currently only ConditioningSetAreaPercentage. More will come in the future. Double click on each corner to discover what each will do.",
"0246.Beautify": "The beautification of data for easy troubleshooting.",
"0246.Stringify": "Converts anything to string, optionally together.",
"0246.RandomInt": "Different from other implementations such that it generates numbers server side to work with Loop.",
"0246.Hub": "Widget management to the max. Image display does not work for now, alongside with other 3rd party custom. But it should generally be stable.",
"0246.CastReroute": "Basically like Reroute but has the ability to specify custom type. Useful when dealing with Highway, Junction, and such.",
"0246.Loop": "Very hacky recursive repetition by messing with ComfyUI internals.",
"0246.Hold": "Holds data between each loop execution.",
"0246.Count": "Simple counter to use with Loop.",
"0246.ScriptNode": "Mostly for node parameterization for Script node.",
"0246.ScriptRule": "Specify how Script node should be executed.",
"0246.ScriptPile": "Generic stacker execution mechanism for Script node.",
"0246.Script": "General execution mechanism.",
"0246.Cloud": "Prompt/Data/etc management made \"easy\".",
"0246.Tag": "Data tagging mechanism."
}