This commit is contained in:
Timothy J. Baek 2024-08-21 14:49:54 +02:00
parent 99764bfd29
commit 71b1661f00
1 changed files with 2 additions and 2 deletions

View File

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