Replies: 1 comment 2 replies
-
https://github.com/comfyanonymous/ComfyUI/blob/master/script_examples/websockets_api_example.py Maybe this will help. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First, thanks for the great project for everyone working on.
I'm testing an API version, but notice some difficult on tracking the end of an workflow.
I'm tracking currently on send_sync function on server.py, but none of the signals seems to be working.
data['value'] == ['max'] will finish before other branches on the workflow
event == 'status' or 'executed' does not work too.
Is there any signal a full workflow finished?
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions