multiple users use it at the same time #11531
Replies: 4 comments
-
You can set output dir in Settings > Paths for Saving. Each instance can have it's own settings with |
Beta Was this translation helpful? Give feedback.
-
I have encountered the same issue. In our team, we have a powerful server where we deployed an instance that multiple people use. When each of us generates our own output images, the contents of the "outputs" always get mixed together. If we deploy a separate web UI instance for each person, it seems that it will run much slower compared to everyone sharing a single instance. |
Beta Was this translation helpful? Give feedback.
-
there was a feature introduce about that allows using user name as one only file named patterns
we forgot to update the wiki until just now |
Beta Was this translation helpful? Give feedback.
-
I want when they press the if any one knows a solution for this let me know please. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When I set up a webui in my company server and wanted other colleagues to use it, I found some problems
I set up multiple webui with difference ports by
--port
anddevice-id
, but when I want to separate the image results for these users, I found there is no way to set diroutputs
which save the image results. However I copy thebase dir
to fix this, but it's not efficient.Whether this function is currently supported or can be supported in the future?
When multiple users use the webui of the same port at the same time, if one user changes the sd model like
v1-5-pruned.ckpt
, the sd model of all other users will also be changed, resulting in unsatisfactory results.I know this is because the underlying
model.to(device)
will only allow one master model to be loaded at the same time.I wonder if it is possible to design it so that when different users use it, the model displayed on the page is used, rather than the model that is replaced by someone else, even if will cost more time, or can be as a config.My problems are caused by multiple users using the same port service at the same time, sincerely hope to receive your reply! thank you!
Beta Was this translation helpful? Give feedback.
All reactions