Commit 91f27f08 authored by comfyanonymous's avatar comfyanonymous
Browse files

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

parents 61ec3c9d 1716aaa7
...@@ -225,10 +225,10 @@ class ComfyList { ...@@ -225,10 +225,10 @@ class ComfyList {
$el("button", { $el("button", {
textContent: "Load", textContent: "Load",
onclick: () => { onclick: () => {
app.loadGraphData(item.prompt[3].extra_pnginfo.workflow);
if (item.outputs) { if (item.outputs) {
app.nodeOutputs = item.outputs; app.nodeOutputs = item.outputs;
} }
app.loadGraphData(item.prompt[3].extra_pnginfo.workflow);
}, },
}), }),
$el("button", { $el("button", {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment