ssitu / ComfyUI_UltimateSDUpscale

ComfyUI nodes for the Ultimate Stable Diffusion Upscale script by Coyote-A.
GNU General Public License v3.0
751 stars 50 forks source link

[Feature] Improve progress indicators #51

Open ghostsquad opened 7 months ago

ghostsquad commented 7 months ago

It's really hard to tell where this node is at in it's overall progress, from either the UI or the logs. The UI seems to show progress per tile it creates, but there's no indicator there, or in the server logs about how many tiles are going to be created and how many are left. Thanks for your time!

ssitu commented 7 months ago

So you want a statement in the server logs at every tile to state how many tiles are left?

ghostsquad commented 7 months ago

Ya, coming from A1111, there was a more logging that helped me understand where it was at in the overall process. I don't currently have A1111 installed (I uninstalled it to force myself to play with ComfyUI), otherwise I would provide an example of the logs.

ghostsquad commented 7 months ago

In a similar vein, it appears as though in the UI, the progress indicator for that node is actually only showing the individual tile progress, as it goes back to 0 several times before it's done. That also is a bit of a hindrance towards understanding how much time is left for a particular generation.