xingren23 / ComfyFlowApp

From comfyui workflow to web app, in seconds
https://comfyflow.app
GNU General Public License v3.0
461 stars 49 forks source link

Unable to get the outputs from comfyui #68

Open hiowenluke opened 4 months ago

hiowenluke commented 4 months ago

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'
xingren23 commented 4 months ago

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

ogladkov commented 4 months ago

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.

Sheng-Charles commented 3 months ago

same issue