-
-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display place in ComfyUI queue for processing #1137
Comments
So far as I can tell this comes down to hitting |
That should work. Note that:
Sounds like maybe those things should also be changed/fixed to make it actually useful. I'm rather hesitant regarding comitting work to multi-user Comfy, it's pretty barebones on the server end. And probably quite niche? But no objections if it's not too complex. |
Thank you both @FeepingCreature & @Acly , your solutions seem pretty good to my ears. |
Thank you so much @FeepingCreature ! |
Patience, it's not merged yet :) These things take time. This is just a first proposal. Now we'll see how it fits in the codebase. |
Hi @Acly could be nice to improve the AI Diffusion plugin to display the place in the server processing queue when connected via the remote server option.
When several users do requests an AI generated process (generate, fill, expand, etc.) to a single server they have no visibility on and cannot access as a ComfyUI server processing view, they cannot know wheter they're they are the next ones, or 50th in queue. Could be useful at least to know this kind of information for them to wait or cancel.
Waiting time would also be helpful but I presume this one might be tricky to provide, depending on processing time from various other requests and hardware capabilities.
Thank you! :-)
The text was updated successfully, but these errors were encountered: