Open FeepingCreature opened 2 months ago
Re why didn't I fix cancel current... so far as I can tell, this can only cancel another user's task if you do it right as a task starts and ends, and that's p much unavoidable due to comfy's anemic api, ie. interrupt not having a way to specify the job id we expect.
Something's wrong with the code as it stands, queueing pictures makes the progress bar flicker. I'll check the logs tomorrow.
Ah ftr I'm not gonna touch this until end of the week cause I'm on a conference :)
Fix #1137: Query ComfyUI queue state and use it to display count of jobs in the queue before ours.
Also avoid clearing jobs that aren't ours.