"...git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "e63533e49c9ca66b33dbf20a0603c2515f06cc70"
Unverified Commit f15dce71 authored by AYF's avatar AYF Committed by GitHub
Browse files

Add title to the API workflow json. (#2380)

* Add `title` to the API workflow json.

* API: Move `title` to `_meta` dictionary, imply unused.
parent f21bb417
...@@ -1784,6 +1784,10 @@ export class ComfyApp { ...@@ -1784,6 +1784,10 @@ export class ComfyApp {
output[String(node.id)] = { output[String(node.id)] = {
inputs, inputs,
class_type: node.comfyClass, class_type: node.comfyClass,
// Ignored by the backend.
"_meta": {
title: node.title,
},
}; };
} }
} }
......
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