mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 05:32:12 -03:00
13 lines
243 B
JavaScript
13 lines
243 B
JavaScript
export const app = {
|
|
canvas: { ds: { scale: 1 } },
|
|
extensionManager: {
|
|
toast: {
|
|
add: () => {},
|
|
},
|
|
},
|
|
registerExtension: () => {},
|
|
graphToPrompt: async () => ({ workflow: { nodes: new Map() } }),
|
|
};
|
|
|
|
export default app;
|