Add examples for types of custom nodes
Opened this issue · 3 comments
robinjhuang commented
https://www.comfydocs.org/essentials/custom_node_overview
Would be great to add an example for each of the types:
- Server side only
- Client side only
- Independent Server Client Side
- Connected Client Server Side
chrisgoringe commented
I can put that into the workplan :)
robinjhuang commented
Thank you @chrisgoringe !!
chrisgoringe commented
Clarification question... did you mean (a) or (b):
(a) Point to an example of each type of node, either in the core package, or an existing custom node, and explain briefly why it is in this category
(b) Provide a code-complete example of a (simple) node in each category
Either is fine, obviously (b) is a bigger task!