mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-06-09 07:37:14 +00:00
Restored accidently removed code
This commit is contained in:
parent
947e786c0a
commit
0e7b98e429
@ -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…
x
Reference in New Issue
Block a user