"PyTorch/NLP/BERT/inference.py" did not exist on "0e04b692e6f879d1641a890cb3b32913d9e341c8"
Commit 1b782f24 authored by comfyanonymous's avatar comfyanonymous
Browse files

Merge branch 'group-select-nodes' of https://github.com/jn-jairo/ComfyUI

parents a0ce8a44 a7b65b95
......@@ -38,6 +38,15 @@ app.registerExtension({
}
}
options.push({
content: "Select Nodes",
callback: () => {
this.selectNodes(nodesInGroup);
this.graph.change();
this.canvas.focus();
}
});
// Modes
// 0: Always
// 1: On Event
......
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