Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
8cd170f4
Commit
8cd170f4
authored
Apr 15, 2023
by
jwd-dev
Browse files
node serialization
parent
fb61c75e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
web/extensions/core/noteNode.js
web/extensions/core/noteNode.js
+3
-1
No files found.
web/extensions/core/noteNode.js
View file @
8cd170f4
...
@@ -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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment