dennny123 commited on
Commit
2813070
·
1 Parent(s): d014e57

Fix output file path - remove subdirectory prefix

Browse files

Changed SaveImage filename_prefix from 'Zimage_Img2Img/ComfyUI_' to 'output'
This fixes FileNotFoundError when retrieving the processed image.

Files changed (1) hide show
  1. simple_api_workflow.json +1 -1
simple_api_workflow.json CHANGED
@@ -380,7 +380,7 @@
380
  "581",
381
  0
382
  ],
383
- "filename_prefix": "Zimage_Img2Img/ComfyUI_"
384
  }
385
  }
386
  }
 
380
  "581",
381
  0
382
  ],
383
+ "filename_prefix": "output"
384
  }
385
  }
386
  }