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
5b873694
Unverified
Commit
5b873694
authored
May 24, 2024
by
DLohn
Committed by
GitHub
May 24, 2024
Browse files
Load titles from API format JSON (#3563)
parent
efa5a711
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
web/scripts/app.js
web/scripts/app.js
+1
-0
No files found.
web/scripts/app.js
View file @
5b873694
...
...
@@ -2238,6 +2238,7 @@ export class ComfyApp {
const
data
=
apiData
[
id
];
const
node
=
LiteGraph
.
createNode
(
data
.
class_type
);
node
.
id
=
isNaN
(
+
id
)
?
id
:
+
id
;
node
.
title
=
data
.
_meta
?.
title
??
node
.
title
graph
.
add
(
node
);
}
...
...
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