Commit 0e7b98e4 authored by pythongosssss's avatar pythongosssss
Browse files

Restored accidently removed code

parent 947e786c
...@@ -517,6 +517,10 @@ class ComfyApp { ...@@ -517,6 +517,10 @@ class ComfyApp {
} }
} }
for (const output of nodeData["output"]) {
this.addOutput(output, output);
}
const s = this.computeSize(); const s = this.computeSize();
s[0] = Math.max(config.minWidth, s[0] * 1.5); s[0] = Math.max(config.minWidth, s[0] * 1.5);
s[1] = Math.max(config.minHeight, s[1]); s[1] = Math.max(config.minHeight, s[1]);
......
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