[X] I have searched the existing issues and checked the recent builds/commits
What happened?
When multiple users are using the same backend, there is no check that the image being generated is using the model/checkpoint currently selected by the user.
Steps to reproduce the problem
Open the automatic 1111 webui in 2 different browsers
Choose two different checkpoints in each window
Click generate on both, they will generate using the model last selected
What should have happened?
The frontend should send the current model selected with the generate request to the backend, which should check if it matches the backend currently loaded, and if it doesn't, it should change to the backend selected so the image generated always matches whatever checkpoint is selected.
Is there an existing issue for this?
What happened?
When multiple users are using the same backend, there is no check that the image being generated is using the model/checkpoint currently selected by the user.
Steps to reproduce the problem
What should have happened?
The frontend should send the current model selected with the generate request to the backend, which should check if it matches the backend currently loaded, and if it doesn't, it should change to the backend selected so the image generated always matches whatever checkpoint is selected.
Commit where the problem happens
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/3856ada5cc9ac4124e20ff311ce7aa77330845d9
What platforms do you use to access the UI ?
Windows, Linux, MacOS
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of extensions
sd-webui-controlnet sd-webui-additional-networks
Console logs
Additional information
No response