mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-09 13:50:49 +08:00
Restored accidently removed code
This commit is contained in:
parent
a31483f566
commit
4e8c425e3f
@ -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]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user