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, }