"git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "e1b7997a63babb73c3279ccecdc2bd3f61b8e462"
Commit 8cd170f4 authored by jwd-dev's avatar jwd-dev
Browse files

node serialization

parent fb61c75e
...@@ -16,8 +16,10 @@ app.registerExtension({ ...@@ -16,8 +16,10 @@ app.registerExtension({
} }
ComfyWidgets.STRING(this, "", ["", {default:this.properties.text, multiline: true}], app) ComfyWidgets.STRING(this, "", ["", {default:this.properties.text, multiline: true}], app)
// This node is purely frontend and does not impact the resulting prompt so should not be serialized
this.serialize_widgets = true;
this.isVirtualNode = true; this.isVirtualNode = 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