Browse Source

Merge branch 'default-replace-name' of https://github.com/pythongosssss/ComfyUI

pull/494/head
comfyanonymous 2 years ago
parent
commit
ad8e0cc0fe
  1. 2
      web/extensions/core/saveImageExtraOutput.js

2
web/extensions/core/saveImageExtraOutput.js

@ -90,7 +90,7 @@ app.registerExtension({
const r = onNodeCreated ? onNodeCreated.apply(this, arguments) : undefined; const r = onNodeCreated ? onNodeCreated.apply(this, arguments) : undefined;
if (!this.properties || !("Node name for S&R" in this.properties)) { if (!this.properties || !("Node name for S&R" in this.properties)) {
this.addProperty("Node name for S&R", this.title, "string"); this.addProperty("Node name for S&R", this.constructor.type, "string");
} }
return r; return r;

Loading…
Cancel
Save