ssube / onnx-web

web UI for GPU-accelerated ONNX pipelines like Stable Diffusion, even on Windows and AMD
https://discord.gg/7CdQmutGuw
MIT License
205 stars 27 forks source link

generating multiple images with the same parameters in the same second confuses the web UI #448

Open ssube opened 11 months ago

ssube commented 11 months ago

The web UI tracks in-progress jobs based on their ID, which is in turn based on the parameters and timestamp. If two different clients request the same image in the same second, the jobs will be de-duplicated, which is probably ok. However, the web UI adds two or more in-progress image cards, but only one of them ever resolves. Refreshing the web UI usually makes the extra cards disappear.