Spaces:
Runtime error
Runtime error
Fix output file path - remove subdirectory prefix
Browse filesChanged SaveImage filename_prefix from 'Zimage_Img2Img/ComfyUI_' to 'output'
This fixes FileNotFoundError when retrieving the processed image.
- simple_api_workflow.json +1 -1
simple_api_workflow.json
CHANGED
|
@@ -380,7 +380,7 @@
|
|
| 380 |
"581",
|
| 381 |
0
|
| 382 |
],
|
| 383 |
-
"filename_prefix": "
|
| 384 |
}
|
| 385 |
}
|
| 386 |
}
|
|
|
|
| 380 |
"581",
|
| 381 |
0
|
| 382 |
],
|
| 383 |
+
"filename_prefix": "output"
|
| 384 |
}
|
| 385 |
}
|
| 386 |
}
|