Commit 8cd170f4 authored by jwd-dev's avatar jwd-dev
Browse files

node serialization

parent fb61c75e
......@@ -16,8 +16,10 @@ app.registerExtension({
}
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;
}
......
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