mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix
This commit is contained in:
parent
99764bfd29
commit
71b1661f00
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue