mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-07 15:52:32 +08:00
Update ui.js
This commit is contained in:
parent
5313ce1dd1
commit
c9e2893cbb
@ -380,7 +380,7 @@ export class ComfyUI {
|
|||||||
}),
|
}),
|
||||||
$el("button", { textContent: "Load", className: "comfy-load-btn", onclick: () => fileInput.click() }),
|
$el("button", { textContent: "Load", className: "comfy-load-btn", onclick: () => fileInput.click() }),
|
||||||
$el("button", { textContent: "Clear", className: "comfy-clear-btn", onclick: () => app.graph.clear() }),
|
$el("button", { textContent: "Clear", className: "comfy-clear-btn", onclick: () => app.graph.clear() }),
|
||||||
$el("button", { textContent: "Refresh", className: "comfy-refresh-btn" onclick: () => app.refreshComboInNodes() }),
|
$el("button", { textContent: "Refresh", className: "comfy-refresh-btn" onclick: () => app.refreshComboInNodes() }),
|
||||||
$el("button", { textContent: "Load Default", className: "comfy-load-default-btn", onclick: () => app.loadGraphData() }),
|
$el("button", { textContent: "Load Default", className: "comfy-load-default-btn", onclick: () => app.loadGraphData() }),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user