Add bypass to readme and add a Bypass menu option to the nodes.

This commit is contained in:
comfyanonymous
2023-08-15 13:28:34 -04:00
parent a2ce9655ca
commit 7567c4ac8f
2 changed files with 6 additions and 0 deletions

View File

@@ -284,6 +284,11 @@ export class ComfyApp {
}
}
options.push({
content: "Bypass",
callback: (obj) => { if (this.mode === 4) this.mode = 0; else this.mode = 4; this.graph.change(); }
});
// prevent conflict of clipspace content
if(!ComfyApp.clipspace_return_node) {
options.push({