Skip to content
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

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

Open
ssube opened this issue Dec 26, 2023 · 0 comments
Labels
scope/gui type/bug broken features
Milestone

Comments

@ssube
Copy link
Owner

ssube commented Dec 26, 2023

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.

@ssube ssube added type/bug broken features scope/gui labels Dec 26, 2023
@ssube ssube modified the milestones: v0.12, v0.13 Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/gui type/bug broken features
Projects
None yet
Development

No branches or pull requests

1 participant