Merge branch 'fix-load-history-outputs' of https://github.com/pythongosssss/ComfyUI

This commit is contained in:
comfyanonymous 2023-03-31 13:13:56 -04:00
commit 91f27f08ec

View File

@ -225,10 +225,10 @@ class ComfyList {
$el("button", {
textContent: "Load",
onclick: () => {
app.loadGraphData(item.prompt[3].extra_pnginfo.workflow);
if (item.outputs) {
app.nodeOutputs = item.outputs;
}
app.loadGraphData(item.prompt[3].extra_pnginfo.workflow);
},
}),
$el("button", {