xingren23/ComfyFlowApp

Unable to get the outputs from comfyui

Opened this issue · 3 comments

The below workflow is works fine in comfyui:
workflow.json

Input image:
girl_0

Output image:
output

But comfyflowapp can not get the outputs from comfyui after this workflow finished:

2024-03-22 00:32:21.281 | INFO     | modules.comfyclient:_websocket_loop:131 - workflow finished, exiting websocket loop
2024-03-22 00:32:21.281 | INFO     | modules.comfyclient:get_history:71 - Getting history from server, 5a01f108-d252-4756-961a-9c1ed846a2dc
2024-03-22 00:32:23.315 | WARNING  | modules.comfyflow:create_ui:271 - get progress exception, '938'

I don't know what happened, it looks like comfyui returned the end, but comfyflowapp can't get the result, you could check the result from /history url

Got the same issue. I had one 'save image' and it was ok. But when I added two more nodes (save image) they won't appeared in outputs.

same issue