philpax / exilent

A Discord bot for Automatic1111's Stable Diffusion web UI
GNU General Public License v3.0
10 stars 1 forks source link

Progress should be hidden if the current generation isn't within N seconds of the issuing #48

Closed philpax closed 1 year ago

philpax commented 1 year ago

Right now, all progress messages are updated with progress, even if the generation in progress isn't the generation the message is for. This is because the Web UI isn't really aware of individual generations. To alleviate this, we can use a heuristic based on the job_timestamp within progress.

Blocked on https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/5969