diff --git a/src/scripts/app.ts b/src/scripts/app.ts index e6df7b133..1543b3ce7 100644 --- a/src/scripts/app.ts +++ b/src/scripts/app.ts @@ -2410,16 +2410,14 @@ export class ComfyApp { } } - let node_data = { + const node_data = { inputs, class_type: node.comfyClass } - if (this.ui.settings.getSettingValue('Comfy.DevMode')) { - // Ignored by the backend. - node_data['_meta'] = { - title: node.title - } + // Ignored by the backend. + node_data['_meta'] = { + title: node.title } output[String(node.id)] = node_data