mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 10:25:16 +00:00
node serialization
This commit is contained in:
parent
fb61c75e39
commit
8cd170f40d
@ -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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user