Forgot to send frontend inputs thru ComfyReroute

This commit is contained in:
space-nuko
2023-05-24 00:54:38 -05:00
parent 8a97ab349a
commit 76b9aa1b02

View File

@@ -50,6 +50,10 @@ export default class ComfyReroute extends ComfyGraphNode {
}
}
override onExecute() {
this.setOutputData(0, this.getInputData(0));
}
override getUpstreamLink(): LLink | null {
const link = this.getInputLink(0)
const node = this.getInputNode(0)