Timothy J. Baek hace 8 meses
padre
commit
71b1661f00
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      backend/apps/images/main.py

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