From 71b1661f003685801edb8796e6d13c3408b0b947 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 21 Aug 2024 14:49:54 +0200 Subject: [PATCH] fix --- backend/apps/images/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/apps/images/main.py b/backend/apps/images/main.py index ef5f1418f..6cea12278 100644 --- a/backend/apps/images/main.py +++ b/backend/apps/images/main.py @@ -458,9 +458,9 @@ async def image_generations( data["negative_prompt"] = form_data.negative_prompt form_data = ComfyUIGenerateImageForm( - { + **{ "workflow": ComfyUIWorkflow( - { + **{ "workflow": app.state.config.COMFYUI_WORKFLOW, "nodes": app.state.config.COMFYUI_WORKFLOW_NODES, }