1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-04 07:52:46 +08:00

Restored accidently removed code

This commit is contained in:
pythongosssss
2023-03-03 20:17:03 +00:00
parent 947e786c0a
commit 0e7b98e429

View File

@@ -517,6 +517,10 @@ class ComfyApp {
}
}
for (const output of nodeData["output"]) {
this.addOutput(output, output);
}
const s = this.computeSize();
s[0] = Math.max(config.minWidth, s[0] * 1.5);
s[1] = Math.max(config.minHeight, s[1]);