"PyTorch/Speech/FastPitch/triton/scripts/process_dataset.sh" did not exist on "0e04b692e6f879d1641a890cb3b32913d9e341c8"
Commit 3d614dde authored by comfyanonymous's avatar comfyanonymous
Browse files

Fix bug with reroutes and bypass.

parent d7638c47
......@@ -1356,7 +1356,7 @@ export class ComfyApp {
if (parent.isVirtualNode) {
link = parent.getInputLink(link.origin_slot);
if (link) {
parent = parent.getInputNode(link.origin_slot);
parent = parent.getInputNode(link.target_slot);
if (parent) {
found = true;
}
......
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