More work on UI
This commit is contained in:
9
web/scripts/extensions.js
Normal file
9
web/scripts/extensions.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export class ComfyExtension {
|
||||
init(app) {}
|
||||
setup(app) {}
|
||||
loadedGraphNode(node, app) {}
|
||||
addCustomNodeDefs(defs, app) {}
|
||||
getCustomWidgets(app) {}
|
||||
beforeRegisterNode(nodeType, nodeData, app) {}
|
||||
registerCustomNodes(app) {}
|
||||
}
|
||||
Reference in New Issue
Block a user